• The following pair of errors recurs in Apache’s error log:

    [Thu Jul 20 20:59:16.810251 2023] [:error] [pid 60465:tid 34385704192] [client 114.119.142.69:0] PHP Error: WordPress database error Table 'wpdb.wp_3_hkdev_mm_unrestricted_ips' doesn't exist for query select ip_address from wp_3_hkdev_mm_unrestricted_ips where active = 1 made by require('wp-blog-header.php'), wp, WP->main, WP->send_headers, do_action_ref_array('send_headers'), WP_Hook->do_action, WP_Hook->apply_filters, hkdev_maintenance_mode->process_redirect, referer: https://example.com/2017/12/07/untitled?share=email

    [Thu Jul 20 20:59:16.810761 2023] [:error] [pid 60465:tid 34385704192] [client 114.119.142.69:0] PHP Error: WordPress database error Table 'wpdb.wp_3_hkdev_mm_access_keys' doesn't exist for query select access_key from wp_3_hkdev_mm_access_keys where active = 1 made by require('wp-blog-header.php'), wp, WP->main, WP->send_headers, do_action_ref_array('send_headers'), WP_Hook->do_action, WP_Hook->apply_filters, hkdev_maintenance_mode->process_redirect, referer: https://example.com/2017/12/07/untitled?share=email

    Looks like they’re appearing because I haven’t set any Unrestricted IPs or Access Keys. If so, they are not really errors, yes?

    • This topic was modified 1 year, 4 months ago by aslamK.
Viewing 1 replies (of 1 total)
  • Plugin Author helderk

    (@helderk)

    The error message indicates that the table?wp_3_hkdev_mm_unrestricted_ips?does not exist in the WordPress database. The query is trying to select the?ip_address?from this table where?active?is equal to 1. This error is likely caused by a missing or corrupted database table. You may need to check if the table exists in the database or if it has been deleted or corrupted.

Viewing 1 replies (of 1 total)
  • The topic ‘db errors’ is closed to new replies.