• My PHP error log regularly reports errors of this form:

    Cron reschedule event error for hook: shortcodes_ts_tracker_send_event, Error code: invalid_schedule, Error message: Event schedule does not exist., Data: {"schedule":"once_in_week","args":[],"interval":604800}

    I believe that the ‘ts_add_cron_schedule’ function for the ‘cron_schedules’ hook is not being added as a filter soon enough (or often enough?), and so that cron schedule is not in place in time to be used, resulting in the above error.

    Arconix Shortcodes version 2.1.9

    WordPress version 6.3.1

Viewing 1 replies (of 1 total)
  • Thread Starter fredcy

    (@fredcy)

    When I use the wp command line tool to list cron schedules (wp cron schedule list) the “once_in_week” schedule does not appear in the output. This is further evidence that this plugin is not creating that cron schedule correctly.

Viewing 1 replies (of 1 total)
  • The topic ‘Cron reschedule event error for hook: shortcodes_ts_tracker_send_event’ is closed to new replies.