Cron Job on Multisite Creates Error Log Entry
-
I have AIOWPS installed on both stand alone and multisite (subdomain) installation. Running PHP 8.0 and WordPress 5.9.3.
The following error log entry is created on the multisite installations:
[22-Apr-2022 09:31:15 UTC] WordPress database error Unknown column 'option_name' in 'where clause' for query SELECT * FROM wp_sitemeta WHERE option_name LIKE 'aiowps_captcha_string_info_time_%' AND option_value < '1650616275' made by do_action_ref_array('aiowps_hourly_cron_event'), WP_Hook->do_action, WP_Hook->apply_filters, AIOWPSecurity_Cronjob_Handler->aiowps_hourly_cron_event_handler, do_action('aiowps_perform_db_cleanup_tasks'), WP_Hook->do_action, WP_Hook->apply_filters, AIOWPSecurity_Backup->aiowps_scheduled_db_cleanup_handler, AIOWPSecurity_Utility::delete_expired_captcha_options [22-Apr-2022 09:31:17 UTC] WordPress database error Unknown column 'option_name' in 'where clause' for query SELECT * FROM wp_sitemeta WHERE option_name LIKE 'aiowps_captcha_string_info_time_%' AND option_value < '1650616277' made by do_action_ref_array('aiowps_hourly_cron_event'), WP_Hook->do_action, WP_Hook->apply_filters, AIOWPSecurity_Cronjob_Handler->aiowps_hourly_cron_event_handler, do_action('aiowps_perform_db_cleanup_tasks'), WP_Hook->do_action, WP_Hook->apply_filters, AIOWPSecurity_Backup->aiowps_scheduled_db_cleanup_handler, AIOWPSecurity_Utility::delete_expired_captcha_options [22-Apr-2022 09:31:18 UTC] WordPress database error Unknown column 'option_name' in 'where clause' for query SELECT * FROM wp_sitemeta WHERE option_name LIKE 'aiowps_captcha_string_info_time_%' AND option_value < '1650616278' made by do_action_ref_array('aiowps_hourly_cron_event'), WP_Hook->do_action, WP_Hook->apply_filters, AIOWPSecurity_Cronjob_Handler->aiowps_hourly_cron_event_handler, do_action('aiowps_perform_db_cleanup_tasks'), WP_Hook->do_action, WP_Hook->apply_filters, AIOWPSecurity_Backup->aiowps_scheduled_db_cleanup_handler, AIOWPSecurity_Utility::delete_expired_captcha_options [22-Apr-2022 09:31:19 UTC] WordPress database error Unknown column 'option_name' in 'where clause' for query SELECT * FROM wp_sitemeta WHERE option_name LIKE 'aiowps_captcha_string_info_time_%' AND option_value < '1650616279' made by do_action_ref_array('aiowps_hourly_cron_event'), WP_Hook->do_action, WP_Hook->apply_filters, AIOWPSecurity_Cronjob_Handler->aiowps_hourly_cron_event_handler, do_action('aiowps_perform_db_cleanup_tasks'), WP_Hook->do_action, WP_Hook->apply_filters, AIOWPSecurity_Backup->aiowps_scheduled_db_cleanup_handler, AIOWPSecurity_Utility::delete_expired_captcha_options [22-Apr-2022 09:31:21 UTC] WordPress database error Unknown column 'option_name' in 'where clause' for query SELECT * FROM wp_sitemeta WHERE option_name LIKE 'aiowps_captcha_string_info_time_%' AND option_value < '1650616281' made by do_action_ref_array('aiowps_hourly_cron_event'), WP_Hook->do_action, WP_Hook->apply_filters, AIOWPSecurity_Cronjob_Handler->aiowps_hourly_cron_event_handler, do_action('aiowps_perform_db_cleanup_tasks'), WP_Hook->do_action, WP_Hook->apply_filters, AIOWPSecurity_Backup->aiowps_scheduled_db_cleanup_handler, AIOWPSecurity_Utility::delete_expired_captcha_options [22-Apr-2022 09:31:22 UTC] WordPress database error Unknown column 'option_name' in 'where clause' for query SELECT * FROM wp_sitemeta WHERE option_name LIKE 'aiowps_captcha_string_info_time_%' AND option_value < '1650616282' made by do_action_ref_array('aiowps_hourly_cron_event'), WP_Hook->do_action, WP_Hook->apply_filters, AIOWPSecurity_Cronjob_Handler->aiowps_hourly_cron_event_handler, do_action('aiowps_perform_db_cleanup_tasks'), WP_Hook->do_action, WP_Hook->apply_filters, AIOWPSecurity_Backup->aiowps_scheduled_db_cleanup_handler, AIOWPSecurity_Utility::delete_expired_captcha_options [22-Apr-2022 09:40:09 UTC] WordPress database error Unknown column 'option_name' in 'where clause' for query SELECT * FROM wp_sitemeta WHERE option_name LIKE 'aiowps_captcha_string_info_time_%' AND option_value < '1650616809' made by do_action_ref_array('aiowps_hourly_cron_event'), WP_Hook->do_action, WP_Hook->apply_filters, AIOWPSecurity_Cronjob_Handler->aiowps_hourly_cron_event_handler, do_action('aiowps_perform_db_cleanup_tasks'), WP_Hook->do_action, WP_Hook->apply_filters, AIOWPSecurity_Backup->aiowps_scheduled_db_cleanup_handler, AIOWPSecurity_Utility::delete_expired_captcha_options [22-Apr-2022 09:40:53 UTC] WordPress database error Unknown column 'option_name' in 'where clause' for query SELECT * FROM wp_sitemeta WHERE option_name LIKE 'aiowps_captcha_string_info_time_%' AND option_value < '1650616853' made by do_action_ref_array('aiowps_hourly_cron_event'), WP_Hook->do_action, WP_Hook->apply_filters, AIOWPSecurity_Cronjob_Handler->aiowps_hourly_cron_event_handler, do_action('aiowps_perform_db_cleanup_tasks'), WP_Hook->do_action, WP_Hook->apply_filters, AIOWPSecurity_Backup->aiowps_scheduled_db_cleanup_handler, AIOWPSecurity_Utility::delete_expired_captcha_options
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Cron Job on Multisite Creates Error Log Entry’ is closed to new replies.