• Resolved adempozhari

    (@adempozhari)


    i am getting continues error as below. like every few second

    [29-May-2024 13:51:10 UTC] WordPress database error Table ‘xxxxxx_woocom.wp_ip2location_country_blocker_frontend_rate_limit_log’ doesn’t exist for query INSERT INTO wp_ip2location_country_blocker_frontend_rate_limit_log(ip_address, date_created) VALUES (“66.249.68.1”, “2024-05-29 13:51:10”) 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, IP2LocationCountryBlocker->check_block

    is this normal? i think this made my error log file huge.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter adempozhari

    (@adempozhari)

    [29-May-2024 15:16:20 UTC] WordPress database error Table ‘xxxxxx_woocom.wp_ip2location_country_blocker_frontend_rate_limit_log’ doesn’t exist for query SELECT COUNT(*) FROM wp_ip2location_country_blocker_frontend_rate_limit_log WHERE ip_address = “43.156.237.110” AND date_created >= “2024-05-28 15:16:20”; 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, IP2LocationCountryBlocker->check_block

    [29-May-2024 15:16:20 UTC] WordPress database error Table ‘xxxxxx_woocom.wp_ip2location_country_blocker_frontend_rate_limit_log’ doesn’t exist for query DELETE FROM wp_ip2location_country_blocker_frontend_rate_limit_log WHERE ip_address = “43.156.237.110” AND date_created < “2024-05-28 15:16:20”; 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, IP2LocationCountryBlocker->check_block

    [29-May-2024 15:16:20 UTC] WordPress database error Table ‘xxxxxx_woocom.wp_ip2location_country_blocker_frontend_rate_limit_log’ doesn’t exist for query INSERT INTO wp_ip2location_country_blocker_frontend_rate_limit_log(ip_address, date_created) VALUES (“170.106.180.62”, “2024-05-29 15:16:20”) 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, IP2LocationCountryBlocker->check_block

    Plugin Author ip2location

    (@ip2location)

    Please make sure your WordPress user is given the permission to create table in MySQL.

    Then, uninstall and reinstall the plugin again to generate the tables.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘infinite WordPress database error Table’ is closed to new replies.