WPForms Lite errors with weekly_entries_count
-
Repeated errors are appearing in the WordPress error_log file on Sunday nights, e.g.:
Cron reschedule event error for hook: wpforms_weekly_entries_count_cron, Error code: could_not_set, Error message: The cron event list could not be saved., Data: {“schedule”:”wpforms_weekly_entries_count”,”args”:[],”interval”:-3505}
This appears to occur with WPForms Lite 1.8.8 versions which introduced a new file
\wpforms-lite\src\Lite\Emails\Summaries.php
that is not found in WPForms Lite 1.8.7.2.At line 171 we find the instruction:
wp_schedule_event( $this->get_weekly_entries_count_interval(), ‘wpforms_weekly_entries_count’, ‘wpforms_weekly_entries_count_cron’ );
Does the error arise from that instruction?
Please could a new release of WPForms Lite include an adjustment so that the weekly entries count process will run without error and generate the weekly summary email?
The topic ‘WPForms Lite errors with weekly_entries_count’ is closed to new replies.