PHP error in error_log file
-
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_userPlus 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_blacklist
made by do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, WPSG_Blacklist->updateHow do I remedy this? In five days the error_log file grew to almost 2 gigabytes in size.
- The topic ‘PHP error in error_log file’ is closed to new replies.