• Resolved johnzenausa

    (@johnzenausa)


    I’m getting a ton of errors in my error_log file in cpanel. Here is the error:
    [17-Dec-2016 16:29:04 UTC] WordPress database error Table ‘synthorg_25LKIUY15ku.wp25JHGT71_4_aiowps_failed_logins’ doesn’t exist for query SHOW FULL COLUMNS FROMwp25JHGT71_4_aiowps_failed_logins made by wp_signon, wp_authenticate, apply_filters(‘authenticate’), WP_Hook->apply_filters, call_user_func_array, AIOWPSecurity_User_Login->post_authenticate, AIOWPSecurity_User_Login->increment_failed_logins
    [17-Dec-2016 16:29:30 UTC] WordPress database error Table ‘synthorg_25LKIUY15ku.wp25JHGT71_4_aiowps_login_lockdown’ doesn’t exist for query SELECT * FROM wp25JHGT71_4_aiowps_login_lockdown WHERE release_date > now() AND failed_login_ip LIKE ‘117.245.79%’ made by wp_signon, wp_authenticate, apply_filters(‘authenticate’), WP_Hook->apply_filters, call_user_func_array, AIOWPSecurity_User_Login->block_ip_if_locked, AIOWPSecurity_User_Login->check_locked_user

    Plus also this error:
    [22-Dec-2016 22:56:51 UTC] WordPress database error Table ‘synthorg_25LKIUY15ku.wp25JHGT71_4_wpsg_blacklist’ doesn’t exist for query SHOW FULL COLUMNS FROMwp25JHGT71_4_wpsg_blacklistmade by do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, WPSG_Blacklist->update

    How do I remedy this? In five days the error_log file grew to almost 2 gigabytes in size.

    • This topic was modified 7 years, 11 months ago by johnzenausa.
    • This topic was modified 7 years, 11 months ago by johnzenausa.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor wpsolutions

    (@wpsolutions)

    Hi,
    Looks like you have a multi-site setup – is that right?
    Can you login to your DB using PHPMyAdmin and check whether the following exists?
    wp25JHGT71_4_aiowps_failed_logins

    The “wpsg_blacklist” has nothing to do with the AIOWPS plugin so you should try and find out which plugin it is coming from and talk to the appropriate developer.

    • This reply was modified 7 years, 11 months ago by wpsolutions.
    Thread Starter johnzenausa

    (@johnzenausa)

    The following table does not exist:
    wp25JHGT71_4_aiowps_failed_logins

    Thank you about the 2nd error. Thought it was related. Should I create the above table?

    Plugin Contributor wpsolutions

    (@wpsolutions)

    Hi @johnzenausa,
    Happy new year!
    Regarding your question, can you please tell me if the other aiowps tables were created for your subsite? (note: this plugin’s tables will contain the string “aiowps_” in the name)

    If none of the tables were created for your subsite, please try deactivating and reactivating the aiowps for that particular subsite. This action should create those tables.

    Thread Starter johnzenausa

    (@johnzenausa)

    yes the other tables were created.
    Here is another error from today:
    [02-Jan-2017 02:04:18 UTC] WordPress database error Table ‘synthorg_25LKIUY15ku.wp25JHGT71_4_aiowps_login_lockdown’ doesn’t exist for query SELECT * FROM wp25JHGT71_4_aiowps_login_lockdown WHERE release_date > now() AND failed_login_ip LIKE ‘114.76.224%’ made by wp_signon, wp_authenticate, apply_filters(‘authenticate’), WP_Hook->apply_filters, call_user_func_array, AIOWPSecurity_User_Login->block_ip_if_locked, AIOWPSecurity_User_Login->check_locked_user

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘PHP error in error_log file’ is closed to new replies.