• Hello,

    I am repeatedly seeing the following error show up in my server log:

    WordPress database error Table ‘irnradio_network.wp_login_log’ doesn’t exist for query SHOW FULL COLUMNS FROM wp_login_log made by login_header, apply_filters(‘login_errors’), call_user_func_array, login_widget_admin_security->check_afo_login_failed, login_log_adds->log_add

    The site is running on a Linux machine with MariaDB 10.0. What are my next steps?

    https://inceptionradionetwork.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Do you have the “Broken Link Checker” plugin installed?

    or any login widget plugins?

    I had the same error.

    I have the “Login Widget With Shortcode” plugin installed and it was updated about a week ago – just about the time the errors started showing up.

    Checking my database shows I had no “wp_login_log” table.

    Searching all my plugins for “login_log” turned up the following:
    wp-content/plugins/login-sidebar-widget/login.php: $wpdb->query("CREATE TABLE IF NOT EXISTS“.$wpdb->prefix.”login_log(

    I edited that file, copied out the create table command, and created the table for the plugin.

    Now, the errors have gone away.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Wp_login_Log – Database Error’ is closed to new replies.