Migration failed. Unexpected character in json data
-
We’re attempting to run a find/replace on a live site’s database. When we do, the preview completes but when we click to replace we get this:
JSON.parse: unexpected character at line 1 column 1 of the JSON data
Interestingly the progress report says that the find/replace is 947% complete, with 1.12 GB / 118.18 MB completed.
Our site is running on PHP 7.4. Not sure if that’s a factor. We are planning to upgrade once we get everything sorted on it (like this db find/replace).
Any thoughts?
-
Hi there,
WP Migrate Support Team here, Thanks for reaching out with your query we would be happy to assist
Using the plugin on a site running PHP 7.4 shouldn’t cause any issues. That said, can you try editing your
wp-config.phpfile on your server to replace this line –define( 'WP_DEBUG', false );With these lines –
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);This will cause all runtime errors, warnings, and notices to be written to
/wp-content/debug.log, which will hopefully yield some better information about what’s going on.Can you try the process again and then send on the
debug.logfile if created please.More details about that at https://wordpress.org/support/article/editing-wp-config-php/#wp_debug
Once we have finished troubleshooting you should revert that config change and delete the debug.log file.
You bet. Done, log generated. How do I get it to you?
Hi @metricmedia,
Thanks for doing that. You may share the results here. Just make sure to remove any sensitive information. Thank you!
OK here it is. It’s kind of long…
[16-Apr-2024 13:21:06 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:06 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:06' ANDlockout_host= '71.105.152.79' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:06 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:06 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:06' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:06 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:06' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:10 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:10 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:10' ANDlockout_host= '71.105.152.79' ORDER BYlockout_startDESC LIMIT 1; made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:10 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:10 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:10' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:10 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:10' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:11 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:11 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:11' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:11 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:11' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:11 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:11 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:11' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:11 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:11' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:12 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:12 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:12' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:12 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:12' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:12 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:12 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:12' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:13 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:12' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:13 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:13 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:13' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:13 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:13' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:13 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:13 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:13' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:13 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:13' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:13 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:13 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:13' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:13 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:13' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:14 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:14 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:14' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:14 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:14' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:14 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:14 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:14' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:14 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:14' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:15 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:15 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:15' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:15 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:15' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:15 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:15 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:15' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:15 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:15' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:15 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:15 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:15' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:15 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:15' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:16 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:16 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:16' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:16 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:16' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:17 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:17 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:17' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:17 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:17' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:17 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:17 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:17' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:17 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:17' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:17 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:17 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:17' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:17 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:17' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:18 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:18 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:18' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:18 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:18' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:18 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:18 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:18' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:18 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:18' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:18 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:18 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:18' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:18 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:18' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:18 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:18 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:18' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:18 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:18' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:19 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:19 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:19' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:19 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:19' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:19 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:19 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:19' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:19 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:19' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:20 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:20 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:20' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:20 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:20' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:20 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:20 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:20' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:20 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:20' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:20 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:20 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:20' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:20 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:20' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:21 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:21' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:21' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:21 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:21' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:21' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:21 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:21' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:21' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:22 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:22 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:22' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:22 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:22' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:22 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:22 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:22' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:22 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:22' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:22 UTC] WPMDB Error: Data cannot be unserialized. Scope: DeliciousBrains\WPMDB\Common\Replace::recursive_unserialize_replace().
[16-Apr-2024 13:21:23 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:23 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:23' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:23 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:23' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:23 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:23 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:23' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:23 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:23' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:23 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:23 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:23' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:23 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:23' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:24 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:24 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:24' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:24 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:24' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:24 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:24 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:24' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:24 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:24' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:24 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:24 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:24' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:24 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:24' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:33 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:33 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:33' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:33 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:33' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:36 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:36 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:36' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:36 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:36' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:37 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:37 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:37' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:37 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:37' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:37 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:37 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:37' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:37 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:37' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:38 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:38 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:38' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:38 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:38' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:38 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:38 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:38' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:38 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:38' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:38 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:38 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:38' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:38 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:38' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:39 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:39 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:39' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:39 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:39' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:39 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:39 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:39' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:39 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:39' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:39 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:39 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:39' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:39 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:39' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:40 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:40 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:40' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:40 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:40' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:41 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:41 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:41' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:41 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:41' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:41 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:41 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:41' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:41 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:41' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:42 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:42 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:42' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:42 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:42' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:42 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:42 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:42' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:42 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:42' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:43 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:43 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:43' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:43 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:43' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:43 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:43 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:43' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:43 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:43' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:43 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:43 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:43' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:43 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:43' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:44 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:44 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:44' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:44 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:44' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:44 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:44 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:44' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:44 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:44' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:44 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:44 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:44' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:44 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:44' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:45 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:45 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:45' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:45 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:45' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:50 UTC] WPMDB Error: Data cannot be unserialized. Scope: DeliciousBrains\WPMDB\Common\Replace::recursive_unserialize_replace().
[16-Apr-2024 13:21:58 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:58' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:21:58' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:21:58 UTC] Failed to insert log entry: Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT COUNT(1) as COUNT FROMwp_itsec_lockoutsWHERElockout_user!= 0 ANDlockout_start_gmt> '2024-04-15 13:21:56'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Lockout->get_lockouts
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT COUNT(1) as COUNT FROMwp_itsec_lockoutsWHERElockout_hostIS NOT NULL ANDlockout_host!= '' ANDlockout_start_gmt> '2024-04-15 13:21:56'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Lockout->get_lockouts
[16-Apr-2024 13:21:58 UTC] PHP Warning: preg_replace(): Parameter mismatch, pattern is a string while replacement is an array in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/ithemes-security-pro/core/lib.php on line 956
[16-Apr-2024 13:21:58 UTC] PHP Warning: preg_replace(): Parameter mismatch, pattern is a string while replacement is an array in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/ithemes-security-pro/core/lib.php on line 956
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Notification_Center->send, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Notification_Center->send, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Notification_Center->send, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Notification_Center->send, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Notification_Center->send, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Notification_Center->send, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Notification_Center->send, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Notification_Center->send, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Notification_Center->send, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Notification_Center->send, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Notification_Center->send, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Notification_Center->send, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Notification_Center->send, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:21:58 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Notification_Center->send, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:21:58 UTC] Failed to insert log entry: Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist
[16-Apr-2024 13:22:00 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:00 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:00' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:00 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:00' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:00 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:00 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:00' ANDlockout_host= '8.53.94.41'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:00 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:00' ANDlockout_host= '8.53.94.41' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:00 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:00 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:00' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:00 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:00' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:00 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:00 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:00' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:00 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:00' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:01 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:01 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:01' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:01 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:01' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:01 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:01 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:01' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:01 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:01' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:02 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:02 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:02' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:02 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:02' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:02 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:02 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:02' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:02 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:02' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:03 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:03 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:03' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:03 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:03' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:03 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:03 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:03' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:03 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:03' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:03 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:03 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:03' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:03 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:03' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:04 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:04 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:04' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:04 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:04' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:04 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:04 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:04' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:04 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:04' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:04 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:04 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:04' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:04 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:04' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:05 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:05 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:05' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:05 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:05' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:05 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:05 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:05' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:05 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:05' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:05 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:05 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:05' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:05 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:05' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:05 UTC] WPMDB Error: Data cannot be unserialized. Scope: DeliciousBrains\WPMDB\Common\Replace::recursive_unserialize_replace().
[16-Apr-2024 13:22:05 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:05 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:05' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:06 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:05' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:06 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:06 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:06' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:06 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:06' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:06 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:06 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:06' ANDlockout_host= '71.105.152.79' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:06 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:06 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:06' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:06 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:06' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:07 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:07 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:07' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:07 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:07' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:07 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:07 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:07' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:07 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:07' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:07 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:07 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:07' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:07 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:07' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:08 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:08 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:08' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:08 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:08' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:08 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:08 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:08' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:08 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:08' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:09 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:09 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:09' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:09 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:09' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:09 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:09 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:09' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:09 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:09' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:09 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:09 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:09' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:10 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:09' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:10 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:10 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:10' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:10 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:10' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:10 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:10 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:10' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:11 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:10' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:11 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:11 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:11' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:11 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:11' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:11 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:11 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:11' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:11 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:11' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:12 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:12 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:12' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:12 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:12' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:12 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:12 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:12' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:12 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:12' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:13 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:13 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:13' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:13 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:13' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:13 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:13 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:13' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:13 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:13' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:13 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:13 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:13' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:13 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:13' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:14 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:14 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:14' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:14 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:14' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:14 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:14 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:14' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:14 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:14' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:15 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:15 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:15' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:15 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:15' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:15 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:15 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:15' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:15 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:15' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:17 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:17 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:17' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:17 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:17' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:18 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:18 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:18' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:18 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:18' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:18 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:18 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:18' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:18 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:18' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:18 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:18 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:18' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:18 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:18' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:21 UTC] WordPress database error Column 'option_id' cannot be null for query INSERT INTO_mig_wp_options(option_id,option_name,option_value,autoload) VALUES ( NULL , 'wpmdb_migration_options', 'a:17:{s:17:\"current_migration\";a:33:{s:9:\"connected\";b:0;s:6:\"intent\";s:12:\"find_replace\";s:13:\"tables_option\";s:3:\"all\";s:15:\"tables_selected\";a:163:{i:0;s:6:\"forums\";i:1;s:4:\"meta\";i:2;s:5:\"posts\";i:3;s:18:\"term_relationships\";i:4;s:13:\"term_taxonomy\";i:5;s:5:\"terms\";i:6;s:6:\"topics\";i:7;s:16:\"wp_admin_columns\";i:8;s:18:\"wp_backup_and_move\";i:9;s:14:\"wp_bp_activity\";i:10;s:19:\"wp_bp_activity_meta\";i:11;s:13:\"wp_bp_friends\";i:12;s:12:\"wp_bp_groups\";i:13;s:22:\"wp_bp_groups_groupmeta\";i:14;s:20:\"wp_bp_groups_members\";i:15;s:23:\"wp_bp_messages_messages\";i:16;s:19:\"wp_bp_messages_meta\";i:17;s:22:\"wp_bp_messages_notices\";i:18;s:25:\"wp_bp_messages_recipients\";i:19;s:19:\"wp_bp_notifications\";i:20;s:16:\"wp_bp_user_blogs\";i:21;s:25:\"wp_bp_user_blogs_blogmeta\";i:22;s:19:\"wp_bp_xprofile_data\";i:23;s:21:\"wp_bp_xprofile_fields\";i:24;s:21:\"wp_bp_xprofile_groups\";i:25;s:19:\"wp_bp_xprofile_meta\";i:26;s:14:\"wp_commentmeta\";i:27;s:11:\"wp_comments\";i:28;s:17:\"wp_contact_form_7\";i:29;s:35:\"wp_customcontactforms_field_options\";i:30;s:28:\"wp_customcontactforms_fields\";i:31;s:27:\"wp_customcontactforms_forms\";i:32;s:28:\"wp_customcontactforms_styles\";i:33;s:31:\"wp_customcontactforms_user_data\";i:34;s:13:\"wp_itsec_bans\";i:35;s:25:\"wp_itsec_dashboard_events\";i:36;s:27:\"wp_itsec_dashboard_lockouts\";i:37;s:28:\"wp_itsec_distributed_storage\";i:38;s:21:\"wp_itsec_fingerprints\";i:39;s:23:\"wp_itsec_firewall_rules\";i:40;s:26:\"wp_itsec_geolocation_cache\";i:41;s:16:\"wp_itsec_mutexes\";i:42;s:22:\"wp_itsec_opaque_tokens\";i:43;s:20:\"wp_itsec_user_groups\";i:44;s:24:\"wp_itsec_vulnerabilities\";i:45;s:29:\"wp_itsec_webauthn_credentials\";i:46;s:23:\"wp_itsec_webauthn_users\";i:47;s:8:\"wp_links\";i:48;s:10:\"wp_options\";i:49;s:15:\"wp_pmxe_exports\";i:50;s:19:\"wp_pmxe_google_cats\";i:51;s:13:\"wp_pmxe_posts\";i:52;s:17:\"wp_pmxe_templates\";i:53;s:9:\"wp_pollsa\";i:54;s:10:\"wp_pollsip\";i:55;s:9:\"wp_pollsq\";i:56;s:11:\"wp_postmeta\";i:57;s:8:\"wp_posts\";i:58;s:12:\"wp_proplayer\";i:59;s:21:\"wp_proplayer_playlist\";i:60;s:18:\"wp_redirection_404\";i:61;s:21:\"wp_redirection_groups\";i:62;s:20:\"wp_redirection_items\";i:63;s:19:\"wp_redirection_logs\";i:64;s:10:\"wp_rg_form\";i:65;s:15:\"wp_rg_form_meta\";i:66;s:15:\"wp_rg_form_view\";i:67;s:10:\"wp_rg_lead\";i:68;s:17:\"wp_rg_lead_detail\";i:69;s:22:\"wp_rg_lead_detail_long\";i:70;s:16:\"wp_rg_lead_notes\";i:71;s:11:\"wp_scaptcha\";i:72;s:16:\"wp_scaptcha_logs\";i:73;s:35:\"wp_scarcity_samurai_banner_elements\";i:74;s:27:\"wp_scarcity_samurai_banners\";i:75;s:29:\"wp_scarcity_samurai_campaigns\";i:76;s:30:\"wp_scarcity_samurai_page_types\";i:77;s:25:\"wp_scarcity_samurai_pages\";i:78;s:33:\"wp_scarcity_samurai_pages_banners\";i:79;s:28:\"wp_scarcity_samurai_settings\";i:80;s:26:\"wp_scarcity_samurai_tokens\";i:81;s:25:\"wp_scarcity_samurai_users\";i:82;s:39:\"wp_scarcity_samurai_users_subscriptions\";i:83;s:10:\"wp_signups\";i:84;s:28:\"wp_tantan_wordpress_s3_cache\";i:85;s:21:\"wp_term_relationships\";i:86;s:16:\"wp_term_taxonomy\";i:87;s:11:\"wp_termmeta\";i:88;s:8:\"wp_terms\";i:89;s:15:\"wp_testimonials\";i:90;s:14:\"wp_tm_taskmeta\";i:91;s:11:\"wp_tm_tasks\";i:92;s:11:\"wp_usermeta\";i:93;s:8:\"wp_users\";i:94;s:10:\"wp_wdmnews\";i:95;s:17:\"wp_wfBlockedIPLog\";i:96;s:12:\"wp_wfBlocks7\";i:97;s:11:\"wp_wfConfig\";i:98;s:13:\"wp_wfCrawlers\";i:99;s:16:\"wp_wfFileChanges\";i:100;s:13:\"wp_wfFileMods\";i:101;s:9:\"wp_wfHits\";i:102;s:11:\"wp_wfHoover\";i:103;s:11:\"wp_wfIssues\";i:104;s:18:\"wp_wfKnownFileList\";i:105;s:21:\"wp_wfLiveTrafficHuman\";i:106;s:9:\"wp_wfLocs\";i:107;s:11:\"wp_wfLogins\";i:108;s:18:\"wp_wfNotifications\";i:109;s:18:\"wp_wfPendingIssues\";i:110;s:17:\"wp_wfReverseCache\";i:111;s:14:\"wp_wfSNIPCache\";i:112;s:19:\"wp_wfSecurityEvents\";i:113;s:11:\"wp_wfStatus\";i:114;s:17:\"wp_wfTrafficRates\";i:115;s:16:\"wp_wfWafFailures\";i:116;s:12:\"wp_wfblocks7\";i:117;s:11:\"wp_wfconfig\";i:118;s:16:\"wp_wffilechanges\";i:119;s:18:\"wp_wfknownfilelist\";i:120;s:21:\"wp_wflivetraffichuman\";i:121;s:19:\"wp_wfls_2fa_secrets\";i:122;s:19:\"wp_wfls_role_counts\";i:123;s:16:\"wp_wfls_settings\";i:124;s:19:\"wp_wfsecurityevents\";i:125;s:14:\"wp_wfsnipcache\";i:126;s:17:\"wp_wftrafficrates\";i:127;s:16:\"wp_wfwaffailures\";i:128;s:23:\"wp_woocommerce_api_keys\";i:129;s:35:\"wp_woocommerce_attribute_taxonomies\";i:130;s:47:\"wp_woocommerce_downloadable_product_permissions\";i:131;s:18:\"wp_woocommerce_log\";i:132;s:29:\"wp_woocommerce_order_itemmeta\";i:133;s:26:\"wp_woocommerce_order_items\";i:134;s:32:\"wp_woocommerce_payment_tokenmeta\";i:135;s:29:\"wp_woocommerce_payment_tokens\";i:136;s:23:\"wp_woocommerce_sessions\";i:137;s:38:\"wp_woocommerce_shipping_zone_locations\";i:138;s:36:\"wp_woocommerce_shipping_zone_methods\";i:139;s:29:\"wp_woocommerce_shipping_zones\";i:140;s:33:\"wp_woocommerce_tax_rate_locations\";i:141;s:24:\"wp_woocommerce_tax_rates\";i:142;s:23:\"wp_woocommerce_termmeta\";i:143;s:16:\"wp_wp_mpdf_posts\";i:144;s:19:\"wp_wpmm_subscribers\";i:145;s:19:\"wp_wpsc_also_bought\";i:146;s:21:\"wp_wpsc_cart_contents\";i:147;s:22:\"wp_wpsc_checkout_forms\";i:148;s:21:\"wp_wpsc_claimed_stock\";i:149;s:20:\"wp_wpsc_coupon_codes\";i:150;s:21:\"wp_wpsc_currency_list\";i:151;s:23:\"wp_wpsc_download_status\";i:152;s:12:\"wp_wpsc_meta\";i:153;s:22:\"wp_wpsc_product_rating\";i:154;s:21:\"wp_wpsc_purchase_logs\";i:155;s:18:\"wp_wpsc_region_tax\";i:156;s:26:\"wp_wpsc_submited_form_data\";i:157;s:18:\"wp_yoast_indexable\";i:158;s:28:\"wp_yoast_indexable_hierarchy\";i:159;s:19:\"wp_yoast_migrations\";i:160;s:21:\"wp_yoast_primary_term\";i:161;s:18:\"wp_yoast_seo_links\";i:162;s:17:\"wp_yoast_seo_meta\";}s:13:\"backup_option\";s:4:\"none\";s:22:\"backup_tables_selected\";a:0:{}s:17:\"post_types_option\";s:3:\"all\";s:19:\"post_types_selected\";a:0:{}s:25:\"advanced_options_selected\";a:2:{i:0;s:13:\"replace_guids\";i:1;s:18:\"exclude_transients\";}s:12:\"profile_name\";s:14:\"Find & Replace\";s:25:\"selected_existing_profile\";N;s:12:\"profile_type\";N;s:6:\"status\";s:0:\"\";s:6:\"stages\";a:1:{i:0;s:6:\"tables\";}s:13:\"current_stage\";s:12:\"find_replace\";s:15:\"stages_complete\";a:0:{}s:7:\"running\";b:1;s:17:\"migration_enabled\";b:1;s:12:\"migration_id\";s:36:\"c288284a-5e68-479b-86b5-61cdf32493e3\";s:13:\"source_prefix\";s:0:\"\";s:18:\"destination_prefix\";s:0:\"\";s:7:\"preview\";b:1;s:19:\"selectedComboOption\";s:7:\"preview\";s:13:\"twoMultisites\";b:0;s:11:\"localSource\";b:1;s:15:\"databaseEnabled\";b:1;s:18:\"currentPayloadSize\";i:0;s:21:\"currentMaxPayloadSize\";N;s:20:\"fileTransferRequests\";i:0;s:18:\"payloadSizeHistory\";a:0:{}s:17:\"fileTransferStats\";a:0:{}s:29:\"forceHighPerformanceTransfers\";b:1;s:15:\"fseDumpFilename\";N;}s:14:\"search_replace\";a:2:{s:21:\"custom_search_replace\";a:1:{i:0;a:8:{s:11:\"replace_old\";s:27:\"http://www.jazzeveryone.com\";s:11:\"replace_new\";s:28:\"https://www.jazzeveryone.com\";s:5:\"focus\";b:0;s:5:\"regex\";b:0;s:12:\"isValidRegex\";N;s:23:\"replace_old_placeholder\";N;s:23:\"replace_new_placeholder\";N;s:2:\"id\";s:36:\"7f171e13-ea62-4374-b48f-0d036062ffe2\";}}s:27:\"custom_search_domain_locked\";b:0;}s:6:\"action\";s:12:\"find_replace\";s:13:\"select_tables\";a:163:{i:0;s:6:\"forums\";i:1;s:4:\"meta\";i:2;s:5:\"posts\";i:3;s:18:\"term_relationships\";i:4;s:13:\"term_taxonomy\";i:5;s:5:\"terms\";i:6;s:6:\"topics\";i:7;s:16:\"wp_admin_columns\";i:8;s:18:\"wp_backup_and_move\";i:9;s:14:\"wp_bp_activity\";i:10;s:19:\"wp_bp_activity_meta\";i:11;s:13:\"wp_bp_friends\";i:12;s:12:\"wp_bp_groups\";i:13;s:22:\"wp_bp_groups_groupmeta\";i:14;s:20:\"wp_bp_groups_members\";i:15;s:23:\"wp_bp_messages_messages\";i:16;s:19:\"wp_bp_messages_meta\";i:17;s:22:\"wp_bp_messages_notices\";i:18;s:25:\"wp_bp_messages_recipients\";i:19;s:19:\"wp_bp_notifications\";i:20;s:16:\"wp_bp_user_blogs\";i:21;s:25:\"wp_bp_user_blogs_blogmeta\";i:22;s:19:\"wp_bp_xprofile_data\";i:23;s:21:\"wp_bp_xprofile_fields\";i:24;s:21:\"wp_bp_xprofile_groups\";i:25;s:19:\"wp_bp_xprofile_meta\";i:26;s:14:\"wp_commentmeta\";i:27;s:11:\"wp_comments\";i:28;s:17:\"wp_contact_form_7\";i:29;s:35:\"wp_customcontactforms_field_options\";i:30;s:28:\"wp_customcontactforms_fields\";i:31;s:27:\"wp_customcontactforms_forms\";i:32;s:28:\"wp_customcontactforms_styles\";i:33;s:31:\"wp_customcontactforms_user_data\";i:34;s:13:\"wp_itsec_bans\";i:35;s:25:\"wp_itsec_dashboard_events\";i:36;s:27:\"wp_itsec_dashboard_lockouts\";i:37;s:28:\"wp_itsec_distributed_storage\";i:38;s:21:\"wp_itsec_fingerprints\";i:39;s:23:\"wp_itsec_firewall_rules\";i:40;s:26:\"wp_itsec_geolocation_cache\";i:41;s:16:\"wp_itsec_mutexes\";i:42;s:22:\"wp_itsec_opaque_tokens\";i:43;s:20:\"wp_itsec_user_groups\";i:44;s:24:\"wp_itsec_vulnerabilities\";i:45;s:29:\"wp_itsec_webauthn_credentials\";i:46;s:23:\"wp_itsec_webauthn_users\";i:47;s:8:\"wp_links\";i:48;s:10:\"wp_options\";i:49;s:15:\"wp_pmxe_exports\";i:50;s:19:\"wp_pmxe_google_cats\";i:51;s:13:\"wp_pmxe_posts\";i:52;s:17:\"wp_pmxe_templates\";i:53;s:9:\"wp_pollsa\";i:54;s:10:\"wp_pollsip\";i:55;s:9:\"wp_pollsq\";i:56;s:11:\"wp_postmeta\";i:57;s:8:\"wp_posts\";i:58;s:12:\"wp_proplayer\";i:59;s:21:\"wp_proplayer_playlist\";i:60;s:18:\"wp_redirection_404\";i:61;s:21:\"wp_redirection_groups\";i:62;s:20:\"wp_redirection_items\";i:63;s:19:\"wp_redirection_logs\";i:64;s:10:\"wp_rg_form\";i:65;s:15:\"wp_rg_form_meta\";i:66;s:15:\"wp_rg_form_view\";i:67;s:10:\"wp_rg_lead\";i:68;s:17:\"wp_rg_lead_detail\";i:69;s:22:\"wp_rg_lead_detail_long\";i:70;s:16:\"wp_rg_lead_notes\";i:71;s:11:\"wp_scaptcha\";i:72;s:16:\"wp_scaptcha_logs\";i:73;s:35:\"wp_scarcity_samurai_banner_elements\";i:74;s:27:\"wp_scarcity_samurai_banners\";i:75;s:29:\"wp_scarcity_samurai_campaigns\";i:76;s:30:\"wp_scarcity_samurai_page_types\";i:77;s:25:\"wp_scarcity_samurai_pages\";i:78;s:33:\"wp_scarcity_samurai_pages_banners\";i:79;s:28:\"wp_scarcity_samurai_settings\";i:80;s:26:\"wp_scarcity_samurai_tokens\";i:81;s:25:\"wp_scarcity_samurai_users\";i:82;s:39:\"wp_scarcity_samurai_users_subscriptions\";i:83;s:10:\"wp_signups\";i:84;s:28:\"wp_tantan_wordpress_s3_cache\";i:85;s:21:\"wp_term_relationships\";i:86;s:16:\"wp_term_taxonomy\";i:87;s:11:\"wp_termmeta\";i:88;s:8:\"wp_terms\";i:89;s:15:\"wp_testimonials\";i:90;s:14:\"wp_tm_taskmeta\";i:91;s:11:\"wp_tm_tasks\";i:92;s:11:\"wp_usermeta\";i:93;s:8:\"wp_users\";i:94;s:10:\"wp_wdmnews\";i:95;s:17:\"wp_wfBlockedIPLog\";i:96;s:12:\"wp_wfBlocks7\";i:97;s:11:\"wp_wfConfig\";i:98;s:13:\"wp_wfCrawlers\";i:99;s:16:\"wp_wfFileChanges\";i:100;s:13:\"wp_wfFileMods\";i:101;s:9:\"wp_wfHits\";i:102;s:11:\"wp_wfHoover\";i:103;s:11:\"wp_wfIssues\";i:104;s:18:\"wp_wfKnownFileList\";i:105;s:21:\"wp_wfLiveTrafficHuman\";i:106;s:9:\"wp_wfLocs\";i:107;s:11:\"wp_wfLogins\";i:108;s:18:\"wp_wfNotifications\";i:109;s:18:\"wp_wfPendingIssues\";i:110;s:17:\"wp_wfReverseCache\";i:111;s:14:\"wp_wfSNIPCache\";i:112;s:19:\"wp_wfSecurityEvents\";i:113;s:11:\"wp_wfStatus\";i:114;s:17:\"wp_wfTrafficRates\";i:115;s:16:\"wp_wfWafFailures\";i:116;s:12:\"wp_wfblocks7\";i:117;s:11:\"wp_wfconfig\";i:118;s:16:\"wp_wffilechanges\";i:119;s:18:\"wp_wfknownfilelist\";i:120;s:21:\"wp_wflivetraffichuman\";i:121;s:19:\"wp_wfls_2fa_secrets\";i:122;s:19:\"wp_wfls_role_counts\";i:123;s:16:\"wp_wfls_settings\";i:124;s:19:\"wp_wfsecurityevents\";i:125;s:14:\"wp_wfsnipcache\";i:126;s:17:\"wp_wftrafficrates\";i:127;s:16:\"wp_wfwaffailures\";i:128;s:23:\"wp_woocommerce_api_keys\";i:129;s:35:\"wp_woocommerce_attribute_taxonomies\";i:130;s:47:\"wp_woocommerce_downloadable_product_permissions\";i:131;s:18:\"wp_woocommerce_log\";i:132;s:29:\"wp_woocommerce_order_itemmeta\";i:133;s:26:\"wp_woocommerce_order_items\";i:134;s:32:\"wp_woocommerce_payment_tokenmeta\";i:135;s:29:\"wp_woocommerce_payment_tokens\";i:136;s:23:\"wp_woocommerce_sessions\";i:137;s:38:\"wp_woocommerce_shipping_zone_locations\";i:138;s:36:\"wp_woocommerce_shipping_zone_methods\";i:139;s:29:\"wp_woocommerce_shipping_zones\";i:140;s:33:\"wp_woocommerce_tax_rate_locations\";i:141;s:24:\"wp_woocommerce_tax_rates\";i:142;s:23:\"wp_woocommerce_termmeta\";i:143;s:16:\"wp_wp_mpdf_posts\";i:144;s:19:\"wp_wpmm_subscribers\";i:145;s:19:\"wp_wpsc_also_bought\";i:146;s:21:\"wp_wpsc_cart_contents\";i:147;s:22:\"wp_wpsc_checkout_forms\";i:148;s:21:\"wp_wpsc_claimed_stock\";i:149;s:20:\"wp_wpsc_coupon_codes\";i:150;s:21:\"wp_wpsc_currency_list\";i:151;s:23:\"wp_wpsc_download_status\";i:152;s:12:\"wp_wpsc_meta\";i:153;s:22:\"wp_wpsc_product_rating\";i:154;s:21:\"wp_wpsc_purchase_logs\";i:155;s:18:\"wp_wpsc_region_tax\";i:156;s:26:\"wp_wpsc_submited_form_data\";i:157;s:18:\"wp_yoast_indexable\";i:158;s:28:\"wp_yoast_indexable_hierarchy\";i:159;s:19:\"wp_yoast_migrations\";i:160;s:21:\"wp_yoast_primary_term\";i:161;s:18:\"wp_yoast_seo_links\";i:162;s:17:\"wp_yoast_seo_meta\";}s:20:\"table_migrate_option\";s:3:\"all\";s:13:\"create_backup\";i:0;s:13:\"backup_option\";s:4:\"none\";s:13:\"select_backup\";a:0:{}s:17:\"select_post_types\";a:0:{}s:22:\"exclude_post_revisions\";s:1:\"0\";s:13:\"replace_guids\";s:1:\"1\";s:25:\"compatibility_older_mysql\";s:1:\"0\";s:18:\"exclude_transients\";s:1:\"1\";s:12:\"exclude_spam\";s:1:\"0\";s:19:\"keep_active_plugins\";s:1:\"0\";s:9:\"gzip_file\";s:1:\"0\";s:18:\"exclude_post_types\";s:1:\"0\";}', 'no' ) made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array('parse_request'), WP_Hook->do_action, WP_Hook->apply_filters, rest_api_loaded, WP_REST_Server->serve_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, DeliciousBrains\WPMDB\Common\Migration\FinalizeMigration->ajax_finalize_migration, DeliciousBrains\WPMDB\Common\Migration\FinalizeMigration->finalize_migration, DeliciousBrains\WPMDB\Common\Sql\Table->process_chunk
[16-Apr-2024 13:22:21 UTC] WordPress database error Column 'option_id' cannot be null for query INSERT INTO_mig_wp_options(option_id,option_name,option_value,autoload) VALUES ( NULL , 'wpmdb_migration_state', 'a:25:{s:6:\"intent\";s:12:\"find_replace\";s:9:\"form_data\";s:4779:\"{\"current_migration\":{\"connected\":false,\"intent\":\"find_replace\",\"tables_option\":\"all\",\"tables_selected\":[\"forums\",\"meta\",\"posts\",\"term_relationships\",\"term_taxonomy\",\"terms\",\"topics\",\"wp_admin_columns\",\"wp_backup_and_move\",\"wp_bp_activity\",\"wp_bp_activity_meta\",\"wp_bp_friends\",\"wp_bp_groups\",\"wp_bp_groups_groupmeta\",\"wp_bp_groups_members\",\"wp_bp_messages_messages\",\"wp_bp_messages_meta\",\"wp_bp_messages_notices\",\"wp_bp_messages_recipients\",\"wp_bp_notifications\",\"wp_bp_user_blogs\",\"wp_bp_user_blogs_blogmeta\",\"wp_bp_xprofile_data\",\"wp_bp_xprofile_fields\",\"wp_bp_xprofile_groups\",\"wp_bp_xprofile_meta\",\"wp_commentmeta\",\"wp_comments\",\"wp_contact_form_7\",\"wp_customcontactforms_field_options\",\"wp_customcontactforms_fields\",\"wp_customcontactforms_forms\",\"wp_customcontactforms_styles\",\"wp_customcontactforms_user_data\",\"wp_itsec_bans\",\"wp_itsec_dashboard_events\",\"wp_itsec_dashboard_lockouts\",\"wp_itsec_distributed_storage\",\"wp_itsec_fingerprints\",\"wp_itsec_firewall_rules\",\"wp_itsec_geolocation_cache\",\"wp_itsec_mutexes\",\"wp_itsec_opaque_tokens\",\"wp_itsec_user_groups\",\"wp_itsec_vulnerabilities\",\"wp_itsec_webauthn_credentials\",\"wp_itsec_webauthn_users\",\"wp_links\",\"wp_options\",\"wp_pmxe_exports\",\"wp_pmxe_google_cats\",\"wp_pmxe_posts\",\"wp_pmxe_templates\",\"wp_pollsa\",\"wp_pollsip\",\"wp_pollsq\",\"wp_postmeta\",\"wp_posts\",\"wp_proplayer\",\"wp_proplayer_playlist\",\"wp_redirection_404\",\"wp_redirection_groups\",\"wp_redirection_items\",\"wp_redirection_logs\",\"wp_rg_form\",\"wp_rg_form_meta\",\"wp_rg_form_view\",\"wp_rg_lead\",\"wp_rg_lead_detail\",\"wp_rg_lead_detail_long\",\"wp_rg_lead_notes\",\"wp_scaptcha\",\"wp_scaptcha_logs\",\"wp_scarcity_samurai_banner_elements\",\"wp_scarcity_samurai_banners\",\"wp_scarcity_samurai_campaigns\",\"wp_scarcity_samurai_page_types\",\"wp_scarcity_samurai_pages\",\"wp_scarcity_samurai_pages_banners\",\"wp_scarcity_samurai_settings\",\"wp_scarcity_samurai_tokens\",\"wp_scarcity_samurai_users\",\"wp_scarcity_samurai_users_subscriptions\",\"wp_signups\",\"wp_tantan_wordpress_s3_cache\",\"wp_term_relationships\",\"wp_term_taxonomy\",\"wp_termmeta\",\"wp_terms\",\"wp_testimonials\",\"wp_tm_taskmeta\",\"wp_tm_tasks\",\"wp_usermeta\",\"wp_users\",\"wp_wdmnews\",\"wp_wfBlockedIPLog\",\"wp_wfBlocks7\",\"wp_wfConfig\",\"wp_wfCrawlers\",\"wp_wfFileChanges\",\"wp_wfFileMods\",\"wp_wfHits\",\"wp_wfHoover\",\"wp_wfIssues\",\"wp_wfKnownFileList\",\"wp_wfLiveTrafficHuman\",\"wp_wfLocs\",\"wp_wfLogins\",\"wp_wfNotifications\",\"wp_wfPendingIssues\",\"wp_wfReverseCache\",\"wp_wfSNIPCache\",\"wp_wfSecurityEvents\",\"wp_wfStatus\",\"wp_wfTrafficRates\",\"wp_wfWafFailures\",\"wp_wfblocks7\",\"wp_wfconfig\",\"wp_wffilechanges\",\"wp_wfknownfilelist\",\"wp_wflivetraffichuman\",\"wp_wfls_2fa_secrets\",\"wp_wfls_role_counts\",\"wp_wfls_settings\",\"wp_wfsecurityevents\",\"wp_wfsnipcache\",\"wp_wftrafficrates\",\"wp_wfwaffailures\",\"wp_woocommerce_api_keys\",\"wp_woocommerce_attribute_taxonomies\",\"wp_woocommerce_downloadable_product_permissions\",\"wp_woocommerce_log\",\"wp_woocommerce_order_itemmeta\",\"wp_woocommerce_order_items\",\"wp_woocommerce_payment_tokenmeta\",\"wp_woocommerce_payment_tokens\",\"wp_woocommerce_sessions\",\"wp_woocommerce_shipping_zone_locations\",\"wp_woocommerce_shipping_zone_methods\",\"wp_woocommerce_shipping_zones\",\"wp_woocommerce_tax_rate_locations\",\"wp_woocommerce_tax_rates\",\"wp_woocommerce_termmeta\",\"wp_wp_mpdf_posts\",\"wp_wpmm_subscribers\",\"wp_wpsc_also_bought\",\"wp_wpsc_cart_contents\",\"wp_wpsc_checkout_forms\",\"wp_wpsc_claimed_stock\",\"wp_wpsc_coupon_codes\",\"wp_wpsc_currency_list\",\"wp_wpsc_download_status\",\"wp_wpsc_meta\",\"wp_wpsc_product_rating\",\"wp_wpsc_purchase_logs\",\"wp_wpsc_region_tax\",\"wp_wpsc_submited_form_data\",\"wp_yoast_indexable\",\"wp_yoast_indexable_hierarchy\",\"wp_yoast_migrations\",\"wp_yoast_primary_term\",\"wp_yoast_seo_links\",\"wp_yoast_seo_meta\"],\"backup_option\":\"none\",\"backup_tables_selected\":[],\"post_types_option\":\"all\",\"post_types_selected\":[],\"advanced_options_selected\":[\"replace_guids\",\"exclude_transients\"],\"profile_name\":\"Find & Replace\",\"selected_existing_profile\":null,\"profile_type\":null,\"status\":\"\",\"stages\":[\"tables\"],\"current_stage\":\"find_replace\",\"stages_complete\":[],\"running\":true,\"migration_enabled\":true,\"migration_id\":\"c288284a-5e68-479b-86b5-61cdf32493e3\",\"source_prefix\":\"\",\"destination_prefix\":\"\",\"preview\":true,\"selectedComboOption\":\"preview\",\"twoMultisites\":false,\"localSource\":true,\"databaseEnabled\":true,\"currentPayloadSize\":0,\"currentMaxPayloadSize\":null,\"fileTransferRequests\":0,\"payloadSizeHistory\":[],\"fileTransferStats\":[],\"forceHighPerformanceTransfers\":true,\"fseDumpFilename\":null},\"search_replace\":{\"custom_search_replace\":[{\"replace_old\":\"http://www.jazzeveryone.com\",\"replace_new\":\"https://www.jazzeveryone.com\",\"focus\":false,\"regex\":false,\"isValidRegex\":null,\"replace_old_placeholder\":null,\"replace_new_placeholder\":null,\"id\":\"7f171e13-ea62-4374-b48f-0d036062ffe2\"}],\"custom_search_domain_locked\":false}}\";s:5:\"stage\";s:12:\"find_replace\";s:6:\"stages\";s:10:\"[\"tables\"]\";s:12:\"site_details\";a:2:{s:5:\"local\";a:26:{s:12:\"is_multisite\";s:5:\"false\";s:8:\"site_url\";s:28:\"https://www.jazzeveryone.com\";s:8:\"home_url\";s:28:\"https://www.jazzeveryone.com\";s:6:\"prefix\";s:3:\"wp_\";s:15:\"uploads_baseurl\";s:48:\"https://www.jazzeveryone.com/wp-content/uploads/\";s:7:\"uploads\";a:6:{s:4:\"path\";s:73:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/uploads/2024/04\";s:3:\"url\";s:55:\"https://www.jazzeveryone.com/wp-content/uploads/2024/04\";s:6:\"subdir\";s:8:\"/2024/04\";s:7:\"basedir\";s:65:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/uploads\";s:7:\"baseurl\";s:47:\"https://www.jazzeveryone.com/wp-content/uploads\";s:5:\"error\";b:0;}s:11:\"uploads_dir\";s:33:\"wp-content/uploads/wp-migrate-db/\";s:8:\"subsites\";a:0:{}s:13:\"subsites_info\";a:0:{}s:20:\"is_subdomain_install\";s:5:\"false\";s:26:\"high_performance_transfers\";b:0;s:29:\"theoreticalTransferBottleneck\";i:1847152;s:16:\"firewall_plugins\";a:0:{}s:8:\"platform\";N;s:11:\"content_dir\";s:57:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content\";s:19:\"transfer_bottleneck\";i:1847152;s:16:\"max_request_size\";i:1048576;s:6:\"php_os\";s:5:\"Linux\";s:7:\"plugins\";a:33:{s:51:\"codepress-admin-columns/codepress-admin-columns.php\";a:1:{i:0;a:4:{s:4:\"name\";s:13:\"Admin Columns\";s:6:\"active\";b:1;s:4:\"path\";s:89:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/codepress-admin-columns\";s:7:\"version\";s:5:\"4.6.1\";}}s:33:\"admin-menu-editor/menu-editor.php\";a:1:{i:0;a:4:{s:4:\"name\";s:17:\"Admin Menu Editor\";s:6:\"active\";b:1;s:4:\"path\";s:83:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/admin-menu-editor\";s:7:\"version\";s:6:\"1.12.1\";}}s:34:\"advanced-custom-fields-pro/acf.php\";a:1:{i:0;a:4:{s:4:\"name\";s:26:\"Advanced Custom Fields PRO\";s:6:\"active\";b:1;s:4:\"path\";s:92:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/advanced-custom-fields-pro\";s:7:\"version\";s:5:\"6.2.5\";}}s:19:\"akismet/akismet.php\";a:1:{i:0;a:4:{s:4:\"name\";s:34:\"Akismet Anti-spam: Spam Protection\";s:6:\"active\";b:0;s:4:\"path\";s:73:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/akismet\";s:7:\"version\";s:5:\"5.3.1\";}}s:21:\"backwpup/backwpup.php\";a:1:{i:0;a:4:{s:4:\"name\";s:8:\"BackWPup\";s:6:\"active\";b:1;s:4:\"path\";s:74:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/backwpup\";s:7:\"version\";s:5:\"4.0.4\";}}s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";a:1:{i:0;a:4:{s:4:\"name\";s:16:\"Breadcrumb NavXT\";s:6:\"active\";b:1;s:4:\"path\";s:82:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/breadcrumb-navxt\";s:7:\"version\";s:5:\"7.2.0\";}}s:27:\"cdn-enabler/cdn-enabler.php\";a:1:{i:0;a:4:{s:4:\"name\";s:11:\"CDN Enabler\";s:6:\"active\";b:0;s:4:\"path\";s:77:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/cdn-enabler\";s:7:\"version\";s:5:\"2.0.8\";}}s:41:\"cmp-coming-soon-maintenance/niteo-cmp.php\";a:1:{i:0;a:4:{s:4:\"name\";s:38:\"CMP - Coming Soon & Maintenance Plugin\";s:6:\"active\";b:1;s:4:\"path\";s:93:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/cmp-coming-soon-maintenance\";s:7:\"version\";s:6:\"4.1.11\";}}s:28:\"cms-tree-page-view/index.php\";a:1:{i:0;a:4:{s:4:\"name\";s:18:\"CMS Tree Page View\";s:6:\"active\";b:1;s:4:\"path\";s:84:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/cms-tree-page-view\";s:7:\"version\";s:5:\"1.6.8\";}}s:36:\"contact-form-7/wp-contact-form-7.php\";a:1:{i:0;a:4:{s:4:\"name\";s:14:\"Contact Form 7\";s:6:\"active\";b:1;s:4:\"path\";s:80:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/contact-form-7\";s:7:\"version\";s:5:\"5.9.2\";}}s:43:\"custom-post-type-ui/custom-post-type-ui.php\";a:1:{i:0;a:4:{s:4:\"name\";s:19:\"Custom Post Type UI\";s:6:\"active\";b:1;s:4:\"path\";s:85:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/custom-post-type-ui\";s:7:\"version\";s:6:\"1.15.1\";}}s:31:\"expandingtext/expandingtext.php\";a:1:{i:0;a:4:{s:4:\"name\";s:14:\"Expanding Text\";s:6:\"active\";b:1;s:4:\"path\";s:79:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/expandingtext\";s:7:\"version\";s:3:\"1.2\";}}s:21:\"flamingo/flamingo.php\";a:1:{i:0;a:4:{s:4:\"name\";s:8:\"Flamingo\";s:6:\"active\";b:1;s:4:\"path\";s:74:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/flamingo\";s:7:\"version\";s:3:\"2.4\";}}s:35:\"je-audio-player/je-audio-player.php\";a:1:{i:0;a:4:{s:4:\"name\";s:30:\"JE Audio Player with Shortcode\";s:6:\"active\";b:1;s:4:\"path\";s:81:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/je-audio-player\";s:7:\"version\";s:3:\"0.1\";}}s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";a:1:{i:0;a:4:{s:4:\"name\";s:67:\"LightStart - Maintenance Mode, Coming Soon and Landing Page Builder\";s:6:\"active\";b:1;s:4:\"path\";s:85:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wp-maintenance-mode\";s:7:\"version\";s:5:\"2.6.9\";}}s:35:\"login-with-ajax/login-with-ajax.php\";a:1:{i:0;a:4:{s:4:\"name\";s:15:\"Login With Ajax\";s:6:\"active\";b:1;s:4:\"path\";s:81:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/login-with-ajax\";s:7:\"version\";s:3:\"4.2\";}}s:34:\"migrate-to-liquidweb/liquidweb.php\";a:1:{i:0;a:4:{s:4:\"name\";s:31:\"Migrate To Liquid Web & Nexcess\";s:6:\"active\";b:1;s:4:\"path\";s:86:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/migrate-to-liquidweb\";s:7:\"version\";s:4:\"5.25\";}}s:41:\"object-cache-pro.bak/object-cache-pro.php\";a:1:{i:0;a:4:{s:4:\"name\";s:16:\"Object Cache Pro\";s:6:\"active\";b:0;s:4:\"path\";s:86:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/object-cache-pro.bak\";s:7:\"version\";s:6:\"1.20.2\";}}s:20:\"printfriendly/pf.php\";a:1:{i:0;a:4:{s:4:\"name\";s:35:\"Print, PDF & Email by PrintFriendly\";s:6:\"active\";b:1;s:4:\"path\";s:79:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/printfriendly\";s:7:\"version\";s:5:\"5.5.2\";}}s:35:\"wpcf7-recaptcha/wpcf7-recaptcha.php\";a:1:{i:0;a:4:{s:4:\"name\";s:31:\"ReCaptcha v2 for Contact Form 7\";s:6:\"active\";b:1;s:4:\"path\";s:81:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wpcf7-recaptcha\";s:7:\"version\";s:5:\"1.4.5\";}}s:27:\"redis-cache/redis-cache.php\";a:1:{i:0;a:4:{s:4:\"name\";s:18:\"Redis Object Cache\";s:6:\"active\";b:0;s:4:\"path\";s:77:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/redis-cache\";s:7:\"version\";s:5:\"2.5.1\";}}s:21:\"s2member/s2member.php\";a:1:{i:0;a:4:{s:4:\"name\";s:18:\"s2Member Framework\";s:6:\"active\";b:1;s:4:\"path\";s:74:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/s2member\";s:7:\"version\";s:6:\"240325\";}}s:29:\"s2member-pro/s2member-pro.php\";a:1:{i:0;a:4:{s:4:\"name\";s:12:\"s2Member Pro\";s:6:\"active\";b:0;s:4:\"path\";s:78:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/s2member-pro\";s:7:\"version\";s:6:\"240325\";}}s:45:\"ithemes-security-pro/ithemes-security-pro.php\";a:1:{i:0;a:4:{s:4:\"name\";s:18:\"Solid Security Pro\";s:6:\"active\";b:1;s:4:\"path\";s:86:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/ithemes-security-pro\";s:7:\"version\";s:5:\"8.4.1\";}}s:33:\"w3-total-cache/w3-total-cache.php\";a:1:{i:0;a:4:{s:4:\"name\";s:14:\"W3 Total Cache\";s:6:\"active\";b:1;s:4:\"path\";s:80:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/w3-total-cache\";s:7:\"version\";s:5:\"2.7.0\";}}s:23:\"wordfence/wordfence.php\";a:1:{i:0;a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:6:\"active\";b:0;s:4:\"path\";s:75:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wordfence\";s:7:\"version\";s:6:\"7.11.5\";}}s:29:\"version-info/version-info.php\";a:1:{i:0;a:4:{s:4:\"name\";s:22:\"WordPress Version Info\";s:6:\"active\";b:1;s:4:\"path\";s:78:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/version-info\";s:7:\"version\";s:5:\"1.2.1\";}}s:27:\"wp-optimize/wp-optimize.php\";a:1:{i:0;a:4:{s:4:\"name\";s:36:\"WP-Optimize - Clean, Compress, Cache\";s:6:\"active\";b:0;s:4:\"path\";s:77:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wp-optimize\";s:7:\"version\";s:6:\"3.2.22\";}}s:24:\"wpforms-lite/wpforms.php\";a:1:{i:0;a:4:{s:4:\"name\";s:12:\"WPForms Lite\";s:6:\"active\";b:0;s:4:\"path\";s:78:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wpforms-lite\";s:7:\"version\";s:7:\"1.8.7.2\";}}s:31:\"wp-migrate-db/wp-migrate-db.php\";a:1:{i:0;a:4:{s:4:\"name\";s:15:\"WP Migrate Lite\";s:6:\"active\";b:1;s:4:\"path\";s:79:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wp-migrate-db\";s:7:\"version\";s:6:\"2.6.10\";}}s:35:\"wp-sitemap-page/wp-sitemap-page.php\";a:1:{i:0;a:4:{s:4:\"name\";s:15:\"WP Sitemap Page\";s:6:\"active\";b:1;s:4:\"path\";s:81:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wp-sitemap-page\";s:7:\"version\";s:5:\"1.9.3\";}}s:33:\"duplicate-post/duplicate-post.php\";a:1:{i:0;a:4:{s:4:\"name\";s:20:\"Yoast Duplicate Post\";s:6:\"active\";b:1;s:4:\"path\";s:80:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/duplicate-post\";s:7:\"version\";s:3:\"4.5\";}}s:24:\"wordpress-seo/wp-seo.php\";a:1:{i:0;a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:6:\"active\";b:1;s:4:\"path\";s:79:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wordpress-seo\";s:7:\"version\";s:6:\"21.8.1\";}}}s:12:\"plugins_path\";s:65:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins\";s:9:\"muplugins\";a:4:{s:9:\"error_log\";a:1:{i:0;a:2:{s:4:\"name\";s:9:\"error_log\";s:4:\"path\";s:78:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/mu-plugins/error_log\";}}s:13:\"nexcess-mapps\";a:1:{i:0;a:2:{s:4:\"name\";s:13:\"nexcess-mapps\";s:4:\"path\";s:82:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/mu-plugins/nexcess-mapps\";}}s:17:\"nexcess-mapps.php\";a:1:{i:0;a:2:{s:4:\"name\";s:17:\"nexcess-mapps.php\";s:4:\"path\";s:86:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/mu-plugins/nexcess-mapps.php\";}}s:17:\"s2-auto-login.php\";a:1:{i:0;a:2:{s:4:\"name\";s:17:\"s2-auto-login.php\";s:4:\"path\";s:86:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/mu-plugins/s2-auto-login.php\";}}}s:14:\"muplugins_path\";s:68:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/mu-plugins\";s:6:\"themes\";a:6:{s:6:\"canvas\";a:1:{i:0;a:4:{s:4:\"name\";s:6:\"Canvas\";s:6:\"active\";b:0;s:7:\"version\";s:5:\"5.9.0\";s:4:\"path\";s:71:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/themes/canvas\";}}s:2:\"je\";a:1:{i:0;a:4:{s:4:\"name\";s:13:\"Jazz Everyone\";s:6:\"active\";b:1;s:7:\"version\";s:0:\"\";s:4:\"path\";s:67:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/themes/je\";}}s:7:\"kadence\";a:1:{i:0;a:4:{s:4:\"name\";s:7:\"Kadence\";s:6:\"active\";b:0;s:7:\"version\";s:5:\"1.2.1\";s:4:\"path\";s:72:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/themes/kadence\";}}s:16:\"twentytwentyfour\";a:1:{i:0;a:4:{s:4:\"name\";s:18:\"Twenty Twenty-Four\";s:6:\"active\";b:0;s:7:\"version\";s:3:\"1.0\";s:4:\"path\";s:81:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/themes/twentytwentyfour\";}}s:17:\"twentytwentythree\";a:1:{i:0;a:4:{s:4:\"name\";s:19:\"Twenty Twenty-Three\";s:6:\"active\";b:0;s:7:\"version\";s:3:\"1.3\";s:4:\"path\";s:82:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/themes/twentytwentythree\";}}s:15:\"twentytwentytwo\";a:1:{i:0;a:4:{s:4:\"name\";s:17:\"Twenty Twenty-Two\";s:6:\"active\";b:0;s:7:\"version\";s:3:\"1.6\";s:4:\"path\";s:80:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/themes/twentytwentytwo\";}}}s:11:\"themes_path\";s:65:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/themes/\";s:6:\"others\";a:12:{s:18:\"advanced-cache.php\";a:1:{i:0;a:2:{s:4:\"name\";s:18:\"advanced-cache.php\";s:4:\"path\";s:76:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/advanced-cache.php\";}}s:5:\"cache\";a:1:{i:0;a:2:{s:4:\"name\";s:5:\"cache\";s:4:\"path\";s:63:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/cache\";}}s:21:\"debug.log-20240412.xz\";a:1:{i:0;a:2:{s:4:\"name\";s:21:\"debug.log-20240412.xz\";s:4:\"path\";s:79:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/debug.log-20240412.xz\";}}s:21:\"debug.log-20240416.xz\";a:1:{i:0;a:2:{s:4:\"name\";s:21:\"debug.log-20240416.xz\";s:4:\"path\";s:79:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/debug.log-20240416.xz\";}}s:23:\"fatal-error-handler.php\";a:1:{i:0;a:2:{s:4:\"name\";s:23:\"fatal-error-handler.php\";s:4:\"path\";s:81:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/fatal-error-handler.php\";}}s:11:\"maintenance\";a:1:{i:0;a:2:{s:4:\"name\";s:11:\"maintenance\";s:4:\"path\";s:69:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/maintenance\";}}s:15:\"maintenance.php\";a:1:{i:0;a:2:{s:4:\"name\";s:15:\"maintenance.php\";s:4:\"path\";s:73:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/maintenance.php\";}}s:11:\"mu_disabled\";a:1:{i:0;a:2:{s:4:\"name\";s:11:\"mu_disabled\";s:4:\"path\";s:69:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/mu_disabled\";}}s:8:\"settings\";a:1:{i:0;a:2:{s:4:\"name\";s:8:\"settings\";s:4:\"path\";s:66:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/settings\";}}s:19:\"upgrade-temp-backup\";a:1:{i:0;a:2:{s:4:\"name\";s:19:\"upgrade-temp-backup\";s:4:\"path\";s:77:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/upgrade-temp-backup\";}}s:11:\"w3tc-config\";a:1:{i:0;a:2:{s:4:\"name\";s:11:\"w3tc-config\";s:4:\"path\";s:69:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/w3tc-config\";}}s:6:\"wflogs\";a:1:{i:0;a:2:{s:4:\"name\";s:6:\"wflogs\";s:4:\"path\";s:64:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/wflogs\";}}}s:4:\"core\";a:19:{s:9:\"index.php\";a:1:{i:0;a:2:{s:4:\"name\";s:9:\"index.php\";s:4:\"path\";s:57:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//index.php\";}}s:11:\"license.txt\";a:1:{i:0;a:2:{s:4:\"name\";s:11:\"license.txt\";s:4:\"path\";s:59:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//license.txt\";}}s:11:\"readme.html\";a:1:{i:0;a:2:{s:4:\"name\";s:11:\"readme.html\";s:4:\"path\";s:59:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//readme.html\";}}s:15:\"wp-activate.php\";a:1:{i:0;a:2:{s:4:\"name\";s:15:\"wp-activate.php\";s:4:\"path\";s:63:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-activate.php\";}}s:8:\"wp-admin\";a:1:{i:0;a:2:{s:4:\"name\";s:8:\"wp-admin\";s:4:\"path\";s:56:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-admin\";}}s:18:\"wp-blog-header.php\";a:1:{i:0;a:2:{s:4:\"name\";s:18:\"wp-blog-header.php\";s:4:\"path\";s:66:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-blog-header.php\";}}s:20:\"wp-comments-post.php\";a:1:{i:0;a:2:{s:4:\"name\";s:20:\"wp-comments-post.php\";s:4:\"path\";s:68:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-comments-post.php\";}}s:20:\"wp-config-sample.php\";a:1:{i:0;a:2:{s:4:\"name\";s:20:\"wp-config-sample.php\";s:4:\"path\";s:68:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-config-sample.php\";}}s:13:\"wp-config.php\";a:1:{i:0;a:2:{s:4:\"name\";s:13:\"wp-config.php\";s:4:\"path\";s:61:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-config.php\";}}s:11:\"wp-cron.php\";a:1:{i:0;a:2:{s:4:\"name\";s:11:\"wp-cron.php\";s:4:\"path\";s:59:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-cron.php\";}}s:11:\"wp-includes\";a:1:{i:0;a:2:{s:4:\"name\";s:11:\"wp-includes\";s:4:\"path\";s:59:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-includes\";}}s:17:\"wp-links-opml.php\";a:1:{i:0;a:2:{s:4:\"name\";s:17:\"wp-links-opml.php\";s:4:\"path\";s:65:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-links-opml.php\";}}s:11:\"wp-load.php\";a:1:{i:0;a:2:{s:4:\"name\";s:11:\"wp-load.php\";s:4:\"path\";s:59:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-load.php\";}}s:12:\"wp-login.php\";a:1:{i:0;a:2:{s:4:\"name\";s:12:\"wp-login.php\";s:4:\"path\";s:60:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-login.php\";}}s:11:\"wp-mail.php\";a:1:{i:0;a:2:{s:4:\"name\";s:11:\"wp-mail.php\";s:4:\"path\";s:59:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-mail.php\";}}s:15:\"wp-settings.php\";a:1:{i:0;a:2:{s:4:\"name\";s:15:\"wp-settings.php\";s:4:\"path\";s:63:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-settings.php\";}}s:13:\"wp-signup.php\";a:1:{i:0;a:2:{s:4:\"name\";s:13:\"wp-signup.php\";s:4:\"path\";s:61:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-signup.php\";}}s:16:\"wp-trackback.php\";a:1:{i:0;a:2:{s:4:\"name\";s:16:\"wp-trackback.php\";s:4:\"path\";s:64:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-trackback.php\";}}s:10:\"xmlrpc.php\";a:1:{i:0;a:2:{s:4:\"name\";s:10:\"xmlrpc.php\";s:4:\"path\";s:58:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//xmlrpc.php\";}}}}s:6:\"remote\";a:26:{s:12:\"is_multisite\";s:5:\"false\";s:8:\"site_url\";s:28:\"https://www.jazzeveryone.com\";s:8:\"home_url\";s:28:\"https://www.jazzeveryone.com\";s:6:\"prefix\";s:3:\"wp_\";s:15:\"uploads_baseurl\";s:48:\"https://www.jazzeveryone.com/wp-content/uploads/\";s:7:\"uploads\";a:6:{s:4:\"path\";s:73:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/uploads/2024/04\";s:3:\"url\";s:55:\"https://www.jazzeveryone.com/wp-content/uploads/2024/04\";s:6:\"subdir\";s:8:\"/2024/04\";s:7:\"basedir\";s:65:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/uploads\";s:7:\"baseurl\";s:47:\"https://www.jazzeveryone.com/wp-content/uploads\";s:5:\"error\";b:0;}s:11:\"uploads_dir\";s:33:\"wp-content/uploads/wp-migrate-db/\";s:8:\"subsites\";a:0:{}s:13:\"subsites_info\";a:0:{}s:20:\"is_subdomain_install\";s:5:\"false\";s:26:\"high_performance_transfers\";b:0;s:29:\"theoreticalTransferBottleneck\";i:1847152;s:16:\"firewall_plugins\";a:0:{}s:8:\"platform\";N;s:11:\"content_dir\";s:57:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content\";s:19:\"transfer_bottleneck\";i:1847152;s:16:\"max_request_size\";i:1048576;s:6:\"php_os\";s:5:\"Linux\";s:7:\"plugins\";a:33:{s:51:\"codepress-admin-columns/codepress-admin-columns.php\";a:1:{i:0;a:4:{s:4:\"name\";s:13:\"Admin Columns\";s:6:\"active\";b:0;s:4:\"path\";s:89:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/codepress-admin-columns\";s:7:\"version\";s:5:\"4.6.1\";}}s:33:\"admin-menu-editor/menu-editor.php\";a:1:{i:0;a:4:{s:4:\"name\";s:17:\"Admin Menu Editor\";s:6:\"active\";b:0;s:4:\"path\";s:83:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/admin-menu-editor\";s:7:\"version\";s:6:\"1.12.1\";}}s:34:\"advanced-custom-fields-pro/acf.php\";a:1:{i:0;a:4:{s:4:\"name\";s:26:\"Advanced Custom Fields PRO\";s:6:\"active\";b:0;s:4:\"path\";s:92:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/advanced-custom-fields-pro\";s:7:\"version\";s:5:\"6.2.5\";}}s:19:\"akismet/akismet.php\";a:1:{i:0;a:4:{s:4:\"name\";s:34:\"Akismet Anti-spam: Spam Protection\";s:6:\"active\";b:0;s:4:\"path\";s:73:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/akismet\";s:7:\"version\";s:5:\"5.3.1\";}}s:21:\"backwpup/backwpup.php\";a:1:{i:0;a:4:{s:4:\"name\";s:8:\"BackWPup\";s:6:\"active\";b:0;s:4:\"path\";s:74:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/backwpup\";s:7:\"version\";s:5:\"4.0.4\";}}s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";a:1:{i:0;a:4:{s:4:\"name\";s:16:\"Breadcrumb NavXT\";s:6:\"active\";b:0;s:4:\"path\";s:82:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/breadcrumb-navxt\";s:7:\"version\";s:5:\"7.2.0\";}}s:27:\"cdn-enabler/cdn-enabler.php\";a:1:{i:0;a:4:{s:4:\"name\";s:11:\"CDN Enabler\";s:6:\"active\";b:0;s:4:\"path\";s:77:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/cdn-enabler\";s:7:\"version\";s:5:\"2.0.8\";}}s:41:\"cmp-coming-soon-maintenance/niteo-cmp.php\";a:1:{i:0;a:4:{s:4:\"name\";s:38:\"CMP - Coming Soon & Maintenance Plugin\";s:6:\"active\";b:0;s:4:\"path\";s:93:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/cmp-coming-soon-maintenance\";s:7:\"version\";s:6:\"4.1.11\";}}s:28:\"cms-tree-page-view/index.php\";a:1:{i:0;a:4:{s:4:\"name\";s:18:\"CMS Tree Page View\";s:6:\"active\";b:0;s:4:\"path\";s:84:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/cms-tree-page-view\";s:7:\"version\";s:5:\"1.6.8\";}}s:36:\"contact-form-7/wp-contact-form-7.php\";a:1:{i:0;a:4:{s:4:\"name\";s:14:\"Contact Form 7\";s:6:\"active\";b:0;s:4:\"path\";s:80:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/contact-form-7\";s:7:\"version\";s:5:\"5.9.2\";}}s:43:\"custom-post-type-ui/custom-post-type-ui.php\";a:1:{i:0;a:4:{s:4:\"name\";s:19:\"Custom Post Type UI\";s:6:\"active\";b:0;s:4:\"path\";s:85:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/custom-post-type-ui\";s:7:\"version\";s:6:\"1.15.1\";}}s:31:\"expandingtext/expandingtext.php\";a:1:{i:0;a:4:{s:4:\"name\";s:14:\"Expanding Text\";s:6:\"active\";b:0;s:4:\"path\";s:79:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/expandingtext\";s:7:\"version\";s:3:\"1.2\";}}s:21:\"flamingo/flamingo.php\";a:1:{i:0;a:4:{s:4:\"name\";s:8:\"Flamingo\";s:6:\"active\";b:0;s:4:\"path\";s:74:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/flamingo\";s:7:\"version\";s:3:\"2.4\";}}s:35:\"je-audio-player/je-audio-player.php\";a:1:{i:0;a:4:{s:4:\"name\";s:30:\"JE Audio Player with Shortcode\";s:6:\"active\";b:0;s:4:\"path\";s:81:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/je-audio-player\";s:7:\"version\";s:3:\"0.1\";}}s:43:\"wp-maintenance-mode/wp-maintenance-mode.php\";a:1:{i:0;a:4:{s:4:\"name\";s:67:\"LightStart - Maintenance Mode, Coming Soon and Landing Page Builder\";s:6:\"active\";b:0;s:4:\"path\";s:85:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wp-maintenance-mode\";s:7:\"version\";s:5:\"2.6.9\";}}s:35:\"login-with-ajax/login-with-ajax.php\";a:1:{i:0;a:4:{s:4:\"name\";s:15:\"Login With Ajax\";s:6:\"active\";b:0;s:4:\"path\";s:81:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/login-with-ajax\";s:7:\"version\";s:3:\"4.2\";}}s:34:\"migrate-to-liquidweb/liquidweb.php\";a:1:{i:0;a:4:{s:4:\"name\";s:31:\"Migrate To Liquid Web & Nexcess\";s:6:\"active\";b:0;s:4:\"path\";s:86:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/migrate-to-liquidweb\";s:7:\"version\";s:4:\"5.25\";}}s:41:\"object-cache-pro.bak/object-cache-pro.php\";a:1:{i:0;a:4:{s:4:\"name\";s:16:\"Object Cache Pro\";s:6:\"active\";b:0;s:4:\"path\";s:86:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/object-cache-pro.bak\";s:7:\"version\";s:6:\"1.20.2\";}}s:20:\"printfriendly/pf.php\";a:1:{i:0;a:4:{s:4:\"name\";s:35:\"Print, PDF & Email by PrintFriendly\";s:6:\"active\";b:0;s:4:\"path\";s:79:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/printfriendly\";s:7:\"version\";s:5:\"5.5.2\";}}s:35:\"wpcf7-recaptcha/wpcf7-recaptcha.php\";a:1:{i:0;a:4:{s:4:\"name\";s:31:\"ReCaptcha v2 for Contact Form 7\";s:6:\"active\";b:0;s:4:\"path\";s:81:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wpcf7-recaptcha\";s:7:\"version\";s:5:\"1.4.5\";}}s:27:\"redis-cache/redis-cache.php\";a:1:{i:0;a:4:{s:4:\"name\";s:18:\"Redis Object Cache\";s:6:\"active\";b:0;s:4:\"path\";s:77:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/redis-cache\";s:7:\"version\";s:5:\"2.5.1\";}}s:21:\"s2member/s2member.php\";a:1:{i:0;a:4:{s:4:\"name\";s:18:\"s2Member Framework\";s:6:\"active\";b:0;s:4:\"path\";s:74:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/s2member\";s:7:\"version\";s:6:\"240325\";}}s:29:\"s2member-pro/s2member-pro.php\";a:1:{i:0;a:4:{s:4:\"name\";s:12:\"s2Member Pro\";s:6:\"active\";b:0;s:4:\"path\";s:78:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/s2member-pro\";s:7:\"version\";s:6:\"240325\";}}s:45:\"ithemes-security-pro/ithemes-security-pro.php\";a:1:{i:0;a:4:{s:4:\"name\";s:18:\"Solid Security Pro\";s:6:\"active\";b:0;s:4:\"path\";s:86:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/ithemes-security-pro\";s:7:\"version\";s:5:\"8.4.1\";}}s:33:\"w3-total-cache/w3-total-cache.php\";a:1:{i:0;a:4:{s:4:\"name\";s:14:\"W3 Total Cache\";s:6:\"active\";b:0;s:4:\"path\";s:80:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/w3-total-cache\";s:7:\"version\";s:5:\"2.7.0\";}}s:23:\"wordfence/wordfence.php\";a:1:{i:0;a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:6:\"active\";b:0;s:4:\"path\";s:75:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wordfence\";s:7:\"version\";s:6:\"7.11.5\";}}s:29:\"version-info/version-info.php\";a:1:{i:0;a:4:{s:4:\"name\";s:22:\"WordPress Version Info\";s:6:\"active\";b:0;s:4:\"path\";s:78:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/version-info\";s:7:\"version\";s:5:\"1.2.1\";}}s:27:\"wp-optimize/wp-optimize.php\";a:1:{i:0;a:4:{s:4:\"name\";s:36:\"WP-Optimize - Clean, Compress, Cache\";s:6:\"active\";b:0;s:4:\"path\";s:77:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wp-optimize\";s:7:\"version\";s:6:\"3.2.22\";}}s:24:\"wpforms-lite/wpforms.php\";a:1:{i:0;a:4:{s:4:\"name\";s:12:\"WPForms Lite\";s:6:\"active\";b:0;s:4:\"path\";s:78:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wpforms-lite\";s:7:\"version\";s:7:\"1.8.7.2\";}}s:31:\"wp-migrate-db/wp-migrate-db.php\";a:1:{i:0;a:4:{s:4:\"name\";s:15:\"WP Migrate Lite\";s:6:\"active\";b:1;s:4:\"path\";s:79:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wp-migrate-db\";s:7:\"version\";s:6:\"2.6.10\";}}s:35:\"wp-sitemap-page/wp-sitemap-page.php\";a:1:{i:0;a:4:{s:4:\"name\";s:15:\"WP Sitemap Page\";s:6:\"active\";b:0;s:4:\"path\";s:81:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wp-sitemap-page\";s:7:\"version\";s:5:\"1.9.3\";}}s:33:\"duplicate-post/duplicate-post.php\";a:1:{i:0;a:4:{s:4:\"name\";s:20:\"Yoast Duplicate Post\";s:6:\"active\";b:0;s:4:\"path\";s:80:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/duplicate-post\";s:7:\"version\";s:3:\"4.5\";}}s:24:\"wordpress-seo/wp-seo.php\";a:1:{i:0;a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:6:\"active\";b:0;s:4:\"path\";s:79:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wordpress-seo\";s:7:\"version\";s:6:\"21.8.1\";}}}s:12:\"plugins_path\";s:65:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins\";s:9:\"muplugins\";a:4:{s:9:\"error_log\";a:1:{i:0;a:2:{s:4:\"name\";s:9:\"error_log\";s:4:\"path\";s:78:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/mu-plugins/error_log\";}}s:13:\"nexcess-mapps\";a:1:{i:0;a:2:{s:4:\"name\";s:13:\"nexcess-mapps\";s:4:\"path\";s:82:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/mu-plugins/nexcess-mapps\";}}s:17:\"nexcess-mapps.php\";a:1:{i:0;a:2:{s:4:\"name\";s:17:\"nexcess-mapps.php\";s:4:\"path\";s:86:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/mu-plugins/nexcess-mapps.php\";}}s:17:\"s2-auto-login.php\";a:1:{i:0;a:2:{s:4:\"name\";s:17:\"s2-auto-login.php\";s:4:\"path\";s:86:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/mu-plugins/s2-auto-login.php\";}}}s:14:\"muplugins_path\";s:68:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/mu-plugins\";s:6:\"themes\";a:6:{s:6:\"canvas\";a:1:{i:0;a:4:{s:4:\"name\";s:6:\"Canvas\";s:6:\"active\";b:0;s:7:\"version\";s:5:\"5.9.0\";s:4:\"path\";s:71:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/themes/canvas\";}}s:2:\"je\";a:1:{i:0;a:4:{s:4:\"name\";s:13:\"Jazz Everyone\";s:6:\"active\";b:1;s:7:\"version\";s:0:\"\";s:4:\"path\";s:67:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/themes/je\";}}s:7:\"kadence\";a:1:{i:0;a:4:{s:4:\"name\";s:7:\"Kadence\";s:6:\"active\";b:0;s:7:\"version\";s:5:\"1.2.1\";s:4:\"path\";s:72:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/themes/kadence\";}}s:16:\"twentytwentyfour\";a:1:{i:0;a:4:{s:4:\"name\";s:18:\"Twenty Twenty-Four\";s:6:\"active\";b:0;s:7:\"version\";s:3:\"1.0\";s:4:\"path\";s:81:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/themes/twentytwentyfour\";}}s:17:\"twentytwentythree\";a:1:{i:0;a:4:{s:4:\"name\";s:19:\"Twenty Twenty-Three\";s:6:\"active\";b:0;s:7:\"version\";s:3:\"1.3\";s:4:\"path\";s:82:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/themes/twentytwentythree\";}}s:15:\"twentytwentytwo\";a:1:{i:0;a:4:{s:4:\"name\";s:17:\"Twenty Twenty-Two\";s:6:\"active\";b:0;s:7:\"version\";s:3:\"1.6\";s:4:\"path\";s:80:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/themes/twentytwentytwo\";}}}s:11:\"themes_path\";s:65:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/themes/\";s:6:\"others\";a:12:{s:18:\"advanced-cache.php\";a:1:{i:0;a:2:{s:4:\"name\";s:18:\"advanced-cache.php\";s:4:\"path\";s:76:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/advanced-cache.php\";}}s:5:\"cache\";a:1:{i:0;a:2:{s:4:\"name\";s:5:\"cache\";s:4:\"path\";s:63:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/cache\";}}s:21:\"debug.log-20240412.xz\";a:1:{i:0;a:2:{s:4:\"name\";s:21:\"debug.log-20240412.xz\";s:4:\"path\";s:79:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/debug.log-20240412.xz\";}}s:21:\"debug.log-20240416.xz\";a:1:{i:0;a:2:{s:4:\"name\";s:21:\"debug.log-20240416.xz\";s:4:\"path\";s:79:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/debug.log-20240416.xz\";}}s:23:\"fatal-error-handler.php\";a:1:{i:0;a:2:{s:4:\"name\";s:23:\"fatal-error-handler.php\";s:4:\"path\";s:81:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/fatal-error-handler.php\";}}s:11:\"maintenance\";a:1:{i:0;a:2:{s:4:\"name\";s:11:\"maintenance\";s:4:\"path\";s:69:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/maintenance\";}}s:15:\"maintenance.php\";a:1:{i:0;a:2:{s:4:\"name\";s:15:\"maintenance.php\";s:4:\"path\";s:73:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/maintenance.php\";}}s:11:\"mu_disabled\";a:1:{i:0;a:2:{s:4:\"name\";s:11:\"mu_disabled\";s:4:\"path\";s:69:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/mu_disabled\";}}s:8:\"settings\";a:1:{i:0;a:2:{s:4:\"name\";s:8:\"settings\";s:4:\"path\";s:66:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/settings\";}}s:19:\"upgrade-temp-backup\";a:1:{i:0;a:2:{s:4:\"name\";s:19:\"upgrade-temp-backup\";s:4:\"path\";s:77:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/upgrade-temp-backup\";}}s:11:\"w3tc-config\";a:1:{i:0;a:2:{s:4:\"name\";s:11:\"w3tc-config\";s:4:\"path\";s:69:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/w3tc-config\";}}s:6:\"wflogs\";a:1:{i:0;a:2:{s:4:\"name\";s:6:\"wflogs\";s:4:\"path\";s:64:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/wflogs\";}}}s:4:\"core\";a:19:{s:9:\"index.php\";a:1:{i:0;a:2:{s:4:\"name\";s:9:\"index.php\";s:4:\"path\";s:57:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//index.php\";}}s:11:\"license.txt\";a:1:{i:0;a:2:{s:4:\"name\";s:11:\"license.txt\";s:4:\"path\";s:59:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//license.txt\";}}s:11:\"readme.html\";a:1:{i:0;a:2:{s:4:\"name\";s:11:\"readme.html\";s:4:\"path\";s:59:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//readme.html\";}}s:15:\"wp-activate.php\";a:1:{i:0;a:2:{s:4:\"name\";s:15:\"wp-activate.php\";s:4:\"path\";s:63:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-activate.php\";}}s:8:\"wp-admin\";a:1:{i:0;a:2:{s:4:\"name\";s:8:\"wp-admin\";s:4:\"path\";s:56:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-admin\";}}s:18:\"wp-blog-header.php\";a:1:{i:0;a:2:{s:4:\"name\";s:18:\"wp-blog-header.php\";s:4:\"path\";s:66:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-blog-header.php\";}}s:20:\"wp-comments-post.php\";a:1:{i:0;a:2:{s:4:\"name\";s:20:\"wp-comments-post.php\";s:4:\"path\";s:68:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-comments-post.php\";}}s:20:\"wp-config-sample.php\";a:1:{i:0;a:2:{s:4:\"name\";s:20:\"wp-config-sample.php\";s:4:\"path\";s:68:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-config-sample.php\";}}s:13:\"wp-config.php\";a:1:{i:0;a:2:{s:4:\"name\";s:13:\"wp-config.php\";s:4:\"path\";s:61:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-config.php\";}}s:11:\"wp-cron.php\";a:1:{i:0;a:2:{s:4:\"name\";s:11:\"wp-cron.php\";s:4:\"path\";s:59:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-cron.php\";}}s:11:\"wp-includes\";a:1:{i:0;a:2:{s:4:\"name\";s:11:\"wp-includes\";s:4:\"path\";s:59:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-includes\";}}s:17:\"wp-links-opml.php\";a:1:{i:0;a:2:{s:4:\"name\";s:17:\"wp-links-opml.php\";s:4:\"path\";s:65:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-links-opml.php\";}}s:11:\"wp-load.php\";a:1:{i:0;a:2:{s:4:\"name\";s:11:\"wp-load.php\";s:4:\"path\";s:59:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-load.php\";}}s:12:\"wp-login.php\";a:1:{i:0;a:2:{s:4:\"name\";s:12:\"wp-login.php\";s:4:\"path\";s:60:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-login.php\";}}s:11:\"wp-mail.php\";a:1:{i:0;a:2:{s:4:\"name\";s:11:\"wp-mail.php\";s:4:\"path\";s:59:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-mail.php\";}}s:15:\"wp-settings.php\";a:1:{i:0;a:2:{s:4:\"name\";s:15:\"wp-settings.php\";s:4:\"path\";s:63:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-settings.php\";}}s:13:\"wp-signup.php\";a:1:{i:0;a:2:{s:4:\"name\";s:13:\"wp-signup.php\";s:4:\"path\";s:61:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-signup.php\";}}s:16:\"wp-trackback.php\";a:1:{i:0;a:2:{s:4:\"name\";s:16:\"wp-trackback.php\";s:4:\"path\";s:64:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//wp-trackback.php\";}}s:10:\"xmlrpc.php\";a:1:{i:0;a:2:{s:4:\"name\";s:10:\"xmlrpc.php\";s:4:\"path\";s:58:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html//xmlrpc.php\";}}}}}s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";s:4:\"body\";s:11:\"{\"error\":0}\";s:16:\"full_site_export\";b:0;s:9:\"dump_path\";s:125:\"/chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/uploads/wp-migrate-db/jazzeveryone-migrate-20240416132110-nwjg1.sql\";s:13:\"dump_filename\";s:41:\"jazzeveryone-migrate-20240416132110-nwjg1\";s:8:\"dump_url\";s:107:\"https://www.jazzeveryone.com/wp-content/uploads/wp-migrate-db/jazzeveryone-migrate-20240416132110-932t5.sql\";s:10:\"db_version\";s:5:\"5.5.5\";s:8:\"site_url\";s:28:\"https://www.jazzeveryone.com\";s:18:\"find_replace_pairs\";a:4:{s:5:\"regex\";a:1:{i:1;b:0;}s:14:\"case_sensitive\";a:0:{}s:11:\"replace_old\";a:1:{i:1;s:27:\"http://www.jazzeveryone.com\";}s:11:\"replace_new\";a:1:{i:1;s:28:\"https://www.jazzeveryone.com\";}}s:13:\"source_prefix\";s:3:\"wp_\";s:18:\"destination_prefix\";s:3:\"wp_\";s:5:\"table\";s:17:\"wp_yoast_seo_meta\";s:11:\"current_row\";s:0:\"\";s:10:\"last_table\";d:1;s:12:\"primary_keys\";s:0:\"\";s:4:\"gzip\";s:1:\"0\";s:5:\"nonce\";s:10:\"a4acaa2901\";s:6:\"action\";s:19:\"wpmdb_migrate_table\";s:6:\"tables\";s:3185:\"wp_admin_columns,wp_backup_and_move,wp_bp_activity,wp_bp_activity_meta,wp_bp_friends,wp_bp_groups,wp_bp_groups_groupmeta,wp_bp_groups_members,wp_bp_messages_messages,wp_bp_messages_meta,wp_bp_messages_notices,wp_bp_messages_recipients,wp_bp_notifications,wp_bp_user_blogs,wp_bp_user_blogs_blogmeta,wp_bp_xprofile_data,wp_bp_xprofile_fields,wp_bp_xprofile_groups,wp_bp_xprofile_meta,wp_commentmeta,wp_comments,wp_contact_form_7,wp_customcontactforms_field_options,wp_customcontactforms_fields,wp_customcontactforms_forms,wp_customcontactforms_styles,wp_customcontactforms_user_data,wp_itsec_bans,wp_itsec_dashboard_events,wp_itsec_dashboard_lockouts,wp_itsec_distributed_storage,wp_itsec_fingerprints,wp_itsec_firewall_rules,wp_itsec_geolocation_cache,wp_itsec_mutexes,wp_itsec_opaque_tokens,wp_itsec_user_groups,wp_itsec_vulnerabilities,wp_itsec_webauthn_credentials,wp_itsec_webauthn_users,wp_links,wp_options,wp_pmxe_exports,wp_pmxe_google_cats,wp_pmxe_posts,wp_pmxe_templates,wp_pollsa,wp_pollsip,wp_pollsq,wp_postmeta,wp_posts,wp_proplayer,wp_proplayer_playlist,wp_redirection_404,wp_redirection_groups,wp_redirection_items,wp_redirection_logs,wp_rg_form,wp_rg_form_meta,wp_rg_form_view,wp_rg_lead,wp_rg_lead_detail,wp_rg_lead_detail_long,wp_rg_lead_notes,wp_scaptcha,wp_scaptcha_logs,wp_scarcity_samurai_banner_elements,wp_scarcity_samurai_banners,wp_scarcity_samurai_campaigns,wp_scarcity_samurai_page_types,wp_scarcity_samurai_pages,wp_scarcity_samurai_pages_banners,wp_scarcity_samurai_settings,wp_scarcity_samurai_tokens,wp_scarcity_samurai_users,wp_scarcity_samurai_users_subscriptions,wp_signups,wp_tantan_wordpress_s3_cache,wp_term_relationships,wp_term_taxonomy,wp_termmeta,wp_terms,wp_testimonials,wp_tm_taskmeta,wp_tm_tasks,wp_usermeta,wp_users,wp_wdmnews,wp_wfBlockedIPLog,wp_wfBlocks7,wp_wfConfig,wp_wfCrawlers,wp_wfFileChanges,wp_wfFileMods,wp_wfHits,wp_wfHoover,wp_wfIssues,wp_wfKnownFileList,wp_wfLiveTrafficHuman,wp_wfLocs,wp_wfLogins,wp_wfNotifications,wp_wfPendingIssues,wp_wfReverseCache,wp_wfSNIPCache,wp_wfSecurityEvents,wp_wfStatus,wp_wfTrafficRates,wp_wfWafFailures,wp_wfblocks7,wp_wfconfig,wp_wffilechanges,wp_wfknownfilelist,wp_wflivetraffichuman,wp_wfls_2fa_secrets,wp_wfls_role_counts,wp_wfls_settings,wp_wfsecurityevents,wp_wfsnipcache,wp_wftrafficrates,wp_wfwaffailures,wp_woocommerce_api_keys,wp_woocommerce_attribute_taxonomies,wp_woocommerce_downloadable_product_permissions,wp_woocommerce_log,wp_woocommerce_order_itemmeta,wp_woocommerce_order_items,wp_woocommerce_payment_tokenmeta,wp_woocommerce_payment_tokens,wp_woocommerce_sessions,wp_woocommerce_shipping_zone_locations,wp_woocommerce_shipping_zone_methods,wp_woocommerce_shipping_zones,wp_woocommerce_tax_rate_locations,wp_woocommerce_tax_rates,wp_woocommerce_termmeta,wp_wp_mpdf_posts,wp_wpmm_subscribers,wp_wpsc_also_bought,wp_wpsc_cart_contents,wp_wpsc_checkout_forms,wp_wpsc_claimed_stock,wp_wpsc_coupon_codes,wp_wpsc_currency_list,wp_wpsc_download_status,wp_wpsc_meta,wp_wpsc_product_rating,wp_wpsc_purchase_logs,wp_wpsc_region_tax,wp_wpsc_submited_form_data,wp_yoast_indexable,wp_yoast_indexable_hierarchy,wp_yoast_migrations,wp_yoast_primary_term,wp_yoast_seo_links,wp_yoast_seo_meta\";}', 'no' ) made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array('parse_request'), WP_Hook->do_action, WP_Hook->apply_filters, rest_api_loaded, WP_REST_Server->serve_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, DeliciousBrains\WPMDB\Common\Migration\FinalizeMigration->ajax_finalize_migration, DeliciousBrains\WPMDB\Common\Migration\FinalizeMigration->finalize_migration, DeliciousBrains\WPMDB\Common\Sql\Table->process_chunk
[16-Apr-2024 13:22:21 UTC] WordPress database error Column 'option_id' cannot be null for query INSERT INTO_mig_wp_options(option_id,option_name,option_value,autoload) VALUES ( NULL , 'wpmdb_recent_migrations', 'a:1:{i:0;a:4:{s:4:\"name\";s:18:\"Find & Replace\";s:5:\"value\";s:6415:\"{\"current_migration\":{\"connected\":false,\"intent\":\"find_replace\",\"tables_option\":\"all\",\"tables_selected\":[\"forums\",\"meta\",\"posts\",\"term_relationships\",\"term_taxonomy\",\"terms\",\"topics\",\"wp_admin_columns\",\"wp_backup_and_move\",\"wp_bp_activity\",\"wp_bp_activity_meta\",\"wp_bp_friends\",\"wp_bp_groups\",\"wp_bp_groups_groupmeta\",\"wp_bp_groups_members\",\"wp_bp_messages_messages\",\"wp_bp_messages_meta\",\"wp_bp_messages_notices\",\"wp_bp_messages_recipients\",\"wp_bp_notifications\",\"wp_bp_user_blogs\",\"wp_bp_user_blogs_blogmeta\",\"wp_bp_xprofile_data\",\"wp_bp_xprofile_fields\",\"wp_bp_xprofile_groups\",\"wp_bp_xprofile_meta\",\"wp_commentmeta\",\"wp_comments\",\"wp_contact_form_7\",\"wp_customcontactforms_field_options\",\"wp_customcontactforms_fields\",\"wp_customcontactforms_forms\",\"wp_customcontactforms_styles\",\"wp_customcontactforms_user_data\",\"wp_itsec_bans\",\"wp_itsec_dashboard_events\",\"wp_itsec_dashboard_lockouts\",\"wp_itsec_distributed_storage\",\"wp_itsec_fingerprints\",\"wp_itsec_firewall_rules\",\"wp_itsec_geolocation_cache\",\"wp_itsec_mutexes\",\"wp_itsec_opaque_tokens\",\"wp_itsec_user_groups\",\"wp_itsec_vulnerabilities\",\"wp_itsec_webauthn_credentials\",\"wp_itsec_webauthn_users\",\"wp_links\",\"wp_options\",\"wp_pmxe_exports\",\"wp_pmxe_google_cats\",\"wp_pmxe_posts\",\"wp_pmxe_templates\",\"wp_pollsa\",\"wp_pollsip\",\"wp_pollsq\",\"wp_postmeta\",\"wp_posts\",\"wp_proplayer\",\"wp_proplayer_playlist\",\"wp_redirection_404\",\"wp_redirection_groups\",\"wp_redirection_items\",\"wp_redirection_logs\",\"wp_rg_form\",\"wp_rg_form_meta\",\"wp_rg_form_view\",\"wp_rg_lead\",\"wp_rg_lead_detail\",\"wp_rg_lead_detail_long\",\"wp_rg_lead_notes\",\"wp_scaptcha\",\"wp_scaptcha_logs\",\"wp_scarcity_samurai_banner_elements\",\"wp_scarcity_samurai_banners\",\"wp_scarcity_samurai_campaigns\",\"wp_scarcity_samurai_page_types\",\"wp_scarcity_samurai_pages\",\"wp_scarcity_samurai_pages_banners\",\"wp_scarcity_samurai_settings\",\"wp_scarcity_samurai_tokens\",\"wp_scarcity_samurai_users\",\"wp_scarcity_samurai_users_subscriptions\",\"wp_signups\",\"wp_tantan_wordpress_s3_cache\",\"wp_term_relationships\",\"wp_term_taxonomy\",\"wp_termmeta\",\"wp_terms\",\"wp_testimonials\",\"wp_tm_taskmeta\",\"wp_tm_tasks\",\"wp_usermeta\",\"wp_users\",\"wp_wdmnews\",\"wp_wfBlockedIPLog\",\"wp_wfBlocks7\",\"wp_wfConfig\",\"wp_wfCrawlers\",\"wp_wfFileChanges\",\"wp_wfFileMods\",\"wp_wfHits\",\"wp_wfHoover\",\"wp_wfIssues\",\"wp_wfKnownFileList\",\"wp_wfLiveTrafficHuman\",\"wp_wfLocs\",\"wp_wfLogins\",\"wp_wfNotifications\",\"wp_wfPendingIssues\",\"wp_wfReverseCache\",\"wp_wfSNIPCache\",\"wp_wfSecurityEvents\",\"wp_wfStatus\",\"wp_wfTrafficRates\",\"wp_wfWafFailures\",\"wp_wfblocks7\",\"wp_wfconfig\",\"wp_wffilechanges\",\"wp_wfknownfilelist\",\"wp_wflivetraffichuman\",\"wp_wfls_2fa_secrets\",\"wp_wfls_role_counts\",\"wp_wfls_settings\",\"wp_wfsecurityevents\",\"wp_wfsnipcache\",\"wp_wftrafficrates\",\"wp_wfwaffailures\",\"wp_woocommerce_api_keys\",\"wp_woocommerce_attribute_taxonomies\",\"wp_woocommerce_downloadable_product_permissions\",\"wp_woocommerce_log\",\"wp_woocommerce_order_itemmeta\",\"wp_woocommerce_order_items\",\"wp_woocommerce_payment_tokenmeta\",\"wp_woocommerce_payment_tokens\",\"wp_woocommerce_sessions\",\"wp_woocommerce_shipping_zone_locations\",\"wp_woocommerce_shipping_zone_methods\",\"wp_woocommerce_shipping_zones\",\"wp_woocommerce_tax_rate_locations\",\"wp_woocommerce_tax_rates\",\"wp_woocommerce_termmeta\",\"wp_wp_mpdf_posts\",\"wp_wpmm_subscribers\",\"wp_wpsc_also_bought\",\"wp_wpsc_cart_contents\",\"wp_wpsc_checkout_forms\",\"wp_wpsc_claimed_stock\",\"wp_wpsc_coupon_codes\",\"wp_wpsc_currency_list\",\"wp_wpsc_download_status\",\"wp_wpsc_meta\",\"wp_wpsc_product_rating\",\"wp_wpsc_purchase_logs\",\"wp_wpsc_region_tax\",\"wp_wpsc_submited_form_data\",\"wp_yoast_indexable\",\"wp_yoast_indexable_hierarchy\",\"wp_yoast_migrations\",\"wp_yoast_primary_term\",\"wp_yoast_seo_links\",\"wp_yoast_seo_meta\"],\"backup_option\":\"none\",\"backup_tables_selected\":[],\"post_types_option\":\"all\",\"post_types_selected\":[],\"advanced_options_selected\":[\"replace_guids\",\"exclude_transients\"],\"profile_name\":\"Find & Replace\",\"selected_existing_profile\":null,\"profile_type\":null,\"status\":\"\",\"stages\":[],\"current_stage\":\"\",\"stages_complete\":[],\"running\":false,\"migration_enabled\":false,\"migration_id\":\"c288284a-5e68-479b-86b5-61cdf32493e3\",\"source_prefix\":\"\",\"destination_prefix\":\"\",\"preview\":true,\"selectedComboOption\":\"preview\",\"twoMultisites\":false,\"localSource\":true,\"databaseEnabled\":true,\"currentPayloadSize\":0,\"currentMaxPayloadSize\":null,\"fileTransferRequests\":0,\"payloadSizeHistory\":[],\"fileTransferStats\":[],\"forceHighPerformanceTransfers\":true,\"fseDumpFilename\":null},\"search_replace\":{\"standard_search_replace\":{\"domain\":{\"search\":\"\",\"replace\":\"\"},\"path\":{\"search\":\"\",\"replace\":\"\"}},\"standard_options_enabled\":[\"domain\",\"path\"],\"standard_search_visible\":true,\"custom_search_replace\":[{\"replace_old\":\"http://www.jazzeveryone.com\",\"replace_new\":\"https://www.jazzeveryone.com\",\"focus\":false,\"regex\":false,\"isValidRegex\":null,\"replace_old_placeholder\":null,\"replace_new_placeholder\":null,\"id\":\"7f171e13-ea62-4374-b48f-0d036062ffe2\"}],\"custom_search_domain_locked\":false},\"media_files\":{\"enabled\":false,\"option\":\"all\",\"available\":true,\"is_licensed\":false,\"message\":\"Addon Missing - The Media Files addon is inactive on the remote site. Please install and activate it to enable media file migration.\",\"excludes\":\".DS_Store\n.log\nbackup/\ncache*/\",\"last_migration\":\"\",\"date\":\"2024-04-16T13:20:56.538Z\"},\"theme_plugin_files\":{\"available\":true,\"is_licensed\":false,\"message\":\"Addon Missing - The Theme & Plugin Files addon is inactive on the remote site. Please install and activate it to enable Theme & Plugin Files migration.\",\"theme_files\":{\"enabled\":false},\"themes_option\":\"all\",\"themes_selected\":[],\"themes_excluded\":[],\"themes_excludes\":\".DS_Store\n.git\nnode_modules\",\"plugin_files\":{\"enabled\":false},\"plugins_option\":\"all\",\"plugins_selected\":[],\"plugins_excluded\":[],\"plugins_excludes\":\".DS_Store\n.git\nnode_modules\",\"muplugin_files\":{\"enabled\":false},\"muplugins_option\":\"selected\",\"muplugins_selected\":[],\"muplugins_excludes\":\".DS_Store\n.git\nnode_modules\",\"other_files\":{\"enabled\":false},\"others_option\":\"selected\",\"others_selected\":[],\"others_excludes\":\".DS_Store\n.git\nnode_modules\",\"core_files\":{\"enabled\":false},\"core_option\":\"all\",\"core_selected\":[],\"core_excludes\":\".DS_Store\n.git\nnode_modules\",\"state\":{\"status\":\"MIGRATION_STARTED\"}},\"multisite_tools\":{\"enabled\":false,\"available\":false,\"is_licensed\":false,\"selected_subsite\":0,\"destination_subsite\":0,\"new_prefix\":\"\",\"message\":\"\"}}\";s:4:\"date\";i:1713248470;s:4:\"guid\";s:36:\"87a56faf-28d5-446f-910c-b1a4853017f0\";}}', 'no' ) made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array('parse_request'), WP_Hook->do_action, WP_Hook->apply_filters, rest_api_loaded, WP_REST_Server->serve_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, DeliciousBrains\WPMDB\Common\Migration\FinalizeMigration->ajax_finalize_migration, DeliciousBrains\WPMDB\Common\Migration\FinalizeMigration->finalize_migration, DeliciousBrains\WPMDB\Common\Sql\Table->process_chunk
[16-Apr-2024 13:22:21 UTC] WordPress database error Column 'option_id' cannot be null for query INSERT INTO_mig_wp_options(option_id,option_name,option_value,autoload) VALUES ( NULL , 'wpmdb_remote_migration_state', '', 'no' ) made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array('parse_request'), WP_Hook->do_action, WP_Hook->apply_filters, rest_api_loaded, WP_REST_Server->serve_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, DeliciousBrains\WPMDB\Common\Migration\FinalizeMigration->ajax_finalize_migration, DeliciousBrains\WPMDB\Common\Migration\FinalizeMigration->finalize_migration, DeliciousBrains\WPMDB\Common\Sql\Table->process_chunk
[16-Apr-2024 13:22:21 UTC] WordPress database error Column 'option_id' cannot be null for query INSERT INTO_mig_wp_options(option_id,option_name,option_value,autoload) VALUES ( NULL , 'wpmdb_saved_profiles', '', 'no' ) made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array('parse_request'), WP_Hook->do_action, WP_Hook->apply_filters, rest_api_loaded, WP_REST_Server->serve_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, DeliciousBrains\WPMDB\Common\Migration\FinalizeMigration->ajax_finalize_migration, DeliciousBrains\WPMDB\Common\Migration\FinalizeMigration->finalize_migration, DeliciousBrains\WPMDB\Common\Sql\Table->process_chunk
[16-Apr-2024 13:22:21 UTC] WordPress database error Column 'option_id' cannot be null for query INSERT INTO_mig_wp_options(option_id,option_name,option_value,autoload) VALUES ( NULL , 'wpmdb_schema_version', '3.6', 'no' ) made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array('parse_request'), WP_Hook->do_action, WP_Hook->apply_filters, rest_api_loaded, WP_REST_Server->serve_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, DeliciousBrains\WPMDB\Common\Migration\FinalizeMigration->ajax_finalize_migration, DeliciousBrains\WPMDB\Common\Migration\FinalizeMigration->finalize_migration, DeliciousBrains\WPMDB\Common\Sql\Table->process_chunk
[16-Apr-2024 13:22:21 UTC] WordPress database error Column 'option_id' cannot be null for query INSERT INTO_mig_wp_options(option_id,option_name,option_value,autoload) VALUES ( NULL , 'wpmdb_settings', 'a:15:{s:3:\"key\";s:40:\"cBHLJ1y4yAtZu9pmplDX+aX/cqNSOMI0da89frTI\";s:10:\"allow_pull\";b:0;s:10:\"allow_push\";b:0;s:8:\"profiles\";a:0:{}s:7:\"licence\";s:0:\"\";s:10:\"verify_ssl\";b:0;s:17:\"whitelist_plugins\";a:0:{}s:11:\"max_request\";i:1048576;s:22:\"delay_between_requests\";i:0;s:18:\"prog_tables_hidden\";b:1;s:21:\"pause_before_finalize\";b:0;s:14:\"allow_tracking\";N;s:26:\"high_performance_transfers\";b:0;s:18:\"compatibility_mode\";b:1;s:28:\"compatibility_plugin_version\";s:3:\"1.3\";}', 'no' ) made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array('parse_request'), WP_Hook->do_action, WP_Hook->apply_filters, rest_api_loaded, WP_REST_Server->serve_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, DeliciousBrains\WPMDB\Common\Migration\FinalizeMigration->ajax_finalize_migration, DeliciousBrains\WPMDB\Common\Migration\FinalizeMigration->finalize_migration, DeliciousBrains\WPMDB\Common\Sql\Table->process_chunk
[16-Apr-2024 13:22:21 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:21' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:21' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:21 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:21' ANDlockout_host= '71.105.152.79' ORDER BYlockout_startDESC LIMIT 1; made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:22:21 UTC] Failed to insert log entry: Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT COUNT(1) as COUNT FROMwp_itsec_lockoutsWHERElockout_user!= 0 ANDlockout_start_gmt> '2024-04-15 13:21:56'; made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Lockout->get_lockouts
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT COUNT(1) as COUNT FROMwp_itsec_lockoutsWHERElockout_hostIS NOT NULL ANDlockout_host!= '' ANDlockout_start_gmt> '2024-04-15 13:21:56'; made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Lockout->get_lockouts
[16-Apr-2024 13:22:21 UTC] PHP Warning: preg_replace(): Parameter mismatch, pattern is a string while replacement is an array in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/ithemes-security-pro/core/lib.php on line 956
[16-Apr-2024 13:22:21 UTC] PHP Warning: preg_replace(): Parameter mismatch, pattern is a string while replacement is an array in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/ithemes-security-pro/core/lib.php on line 956
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Notification_Center->send, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Notification_Center->send, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Notification_Center->send, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Notification_Center->send, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Notification_Center->send, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Notification_Center->send, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Notification_Center->send, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Notification_Center->send, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Notification_Center->send, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Notification_Center->send, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Notification_Center->send, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Notification_Center->send, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Notification_Center->send, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:22:21 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist for query SHOW FULL COLUMNS FROMwp_itsec_logsmade by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Notification_Center->check_notification_schedule_fast, ITSEC_Notification_Center->check_notification_schedule_accurate, ITSEC_Notification_Center->send_scheduled_notifications, ITSEC_Notification_Center->send_scheduled_notification, apply_filters('itsec_send_notification_digest'), WP_Hook->apply_filters, ITSEC_Notify->send_daily_digest, ITSEC_Notification_Center->send, ITSEC_Log::add_debug, ITSEC_Log::add, ITSEC_Log::add_to_db
[16-Apr-2024 13:22:21 UTC] Failed to insert log entry: Table 'a500f6ea_8e424d.wp_itsec_logs' doesn't exist
[16-Apr-2024 13:22:21 UTC] PHP Notice: Undefined index: form_data in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wp-migrate-db/class/Common/Migration/MigrationManager.php on line 457
[16-Apr-2024 13:22:21 UTC] PHP Warning: array_intersect_key(): Expected parameter 1 to be an array, null given in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wp-migrate-db/class/Common/FormData/FormData.php on line 175
[16-Apr-2024 13:22:21 UTC] PHP Notice: Trying to access array offset on value of type null in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wp-migrate-db/class/Common/FormData/FormData.php on line 99
[16-Apr-2024 13:22:21 UTC] PHP Notice: Trying to access array offset on value of type null in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wp-migrate-db/class/Common/FormData/FormData.php on line 100
[16-Apr-2024 13:22:21 UTC] PHP Notice: Trying to access array offset on value of type null in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wp-migrate-db/class/Common/FormData/FormData.php on line 103
[16-Apr-2024 13:22:21 UTC] PHP Warning: in_array() expects parameter 2 to be array, null given in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wp-migrate-db/class/Common/FormData/FormData.php on line 110
[16-Apr-2024 13:22:21 UTC] PHP Warning: in_array() expects parameter 2 to be array, null given in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wp-migrate-db/class/Common/FormData/FormData.php on line 111
[16-Apr-2024 13:22:21 UTC] PHP Warning: in_array() expects parameter 2 to be array, null given in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wp-migrate-db/class/Common/FormData/FormData.php on line 112
[16-Apr-2024 13:22:21 UTC] PHP Warning: in_array() expects parameter 2 to be array, null given in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wp-migrate-db/class/Common/FormData/FormData.php on line 113
[16-Apr-2024 13:22:21 UTC] PHP Warning: in_array() expects parameter 2 to be array, null given in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wp-migrate-db/class/Common/FormData/FormData.php on line 114
[16-Apr-2024 13:22:21 UTC] PHP Warning: in_array() expects parameter 2 to be array, null given in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wp-migrate-db/class/Common/FormData/FormData.php on line 115
[16-Apr-2024 13:22:21 UTC] PHP Warning: in_array() expects parameter 2 to be array, null given in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wp-migrate-db/class/Common/FormData/FormData.php on line 116
[16-Apr-2024 13:22:21 UTC] PHP Notice: Trying to access array offset on value of type null in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wp-migrate-db/class/Common/FormData/FormData.php on line 120
[16-Apr-2024 13:22:21 UTC] PHP Notice: Trying to access array offset on value of type null in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wp-migrate-db/class/Common/FormData/FormData.php on line 128
[16-Apr-2024 13:22:21 UTC] PHP Warning: array_merge(): Expected parameter 1 to be an array, null given in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wp-migrate-db/class/Common/FormData/FormData.php on line 180
[16-Apr-2024 13:22:21 UTC] PHP Notice: Undefined index: intent in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-content/plugins/wp-migrate-db/class/Common/Migration/MigrationManager.php on line 459
[16-Apr-2024 13:22:23 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:23 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:23' ANDlockout_host= '185.190.42.200'; made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:24 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:24 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:24' ANDlockout_host= '185.190.42.200'; made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:24 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:24' ANDlockout_host= '185.190.42.200' ORDER BYlockout_startDESC LIMIT 1; made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:24 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:24 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:24' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:24 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:24' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:26 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:26 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:25' ANDlockout_host= '185.190.42.200'; made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:26 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:25' ANDlockout_host= '185.190.42.200' ORDER BYlockout_startDESC LIMIT 1; made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:27 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:27 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:27' ANDlockout_host= '185.190.42.200'; made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:27 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:27' ANDlockout_host= '185.190.42.200' ORDER BYlockout_startDESC LIMIT 1; made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:27 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:27 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:27' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:27 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:27' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:28 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:28 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:28' ANDlockout_host= '185.190.42.200'; made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:28 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:28' ANDlockout_host= '185.190.42.200' ORDER BYlockout_startDESC LIMIT 1; made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:28 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:28 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:28' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:28 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:28' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:29 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:29 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:29' ANDlockout_host= '185.190.42.200'; made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:29 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:29' ANDlockout_host= '185.190.42.200' ORDER BYlockout_startDESC LIMIT 1; made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockout
[16-Apr-2024 13:22:30 UTC] PHP Deprecated: Function automatic_feed_links is deprecated since version 3.0.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /chroot/home/a500f6ea/f0c927825a.nxcli.io/html/wp-includes/functions.php on line 6078
[16-Apr-2024 13:22:30 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECTlockout_hostFROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:30' ANDlockout_host= '173.249.147.100'; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, iThemesSecurity\Modules\Firewall\Firewall->launch_firewall, iThemesSecurity\Strauss\Patchstack\Processor->launch, iThemesSecurity\Modules\Firewall\Extension->isBlocked, ITSEC_Lockout->is_host_locked_out
[16-Apr-2024 13:22:30 UTC] WordPress database error Table 'a500f6ea_8e424d.wp_itsec_lockouts' doesn't exist for query SELECT * FROMwp_itsec_lockoutsWHERElockout_active=1 ANDlockout_expire_gmt> '2024-04-16 13:22:30' ANDlockout_host= '173.249.147.100' ORDER BYlockout_startDESC LIMIT 1; made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->check_for_host_lockouts, ITSEC_Lockout->find_lockoutHi @metricmedia,
Thank you for sending the debug.log file, it looks like most of the errors are due to the ‘wp_itsec_lockouts’ table, which seems to be from iThemesSecurity.
Although most of these shouldn’t stop the migration, I did see a few of the following errors –
WordPress database error Column ‘option_id’ cannot be null for query INSERT INTO _mig_wp_options
Could you please check your ‘wp_options’ table and see if all rows have a value in their ‘option_id’ column?
Kindly let us know how it goes,
Thank you.361 out of 1220 entries in wp-options have an ID of “0”.
Should I just delete all those, do you think?
Hi @metricmedia,
Thank you for your response. The
option_idofwp_optionsis supposed to be a primary key, meaning it usually contains unique values, and it can’t contain NULL values. https://codex.wordpress.org/Database_Description#Table:_wp_optionsCan you please check the table structure of the options table from your database?
It’s odd that there are multiple records with just “0” in the
option_id, but you may try deleting the duplicated ones to see if it helps. Please be mindful of theiroption_name— either they could be used by WordPress itself or by certain plugins/themes.To be safe, please create a working backup first before making any changes.
The topic ‘Migration failed. Unexpected character in json data’ is closed to new replies.