Cron Job Error
-
Hi there,
I get following error: Cron-Reschedule-Event-Fehler für Hook: orddd_lite_ts_tracker_send_event, Fehlercode: invalid_schedule, Fehlermeldung: Die Ereignisplanung existiert nicht., Daten: {“schedule”:”once_in_week”,”args”:[],”interval”:604800}
Seems that something is going wrong with the anonymous tracking the plugin does. I found out by searching on the web, that I can disable the tracking and the error would go away.Unfortunately I cannot see the setting in the plugin settings.
I also learned, that I could add this to my functions.php: add_filter( ‘pre_option_orddd_lite_enable_tracking’, ‘__return_false’ );
Unfortunately I am running an Oxygen Builder website and the functions.php is ignored. I could add it through the CodeSnippets plugin.
Also I was told I could add the following to my functions.php : add_filter( ‘cron_schedules’, function( $schedules ) { $schedules[‘once_in_week’] = array( ‘interval’ => 604800, ‘display’ => ‘Once a Week’ ); return $schedules; });
Any advice on this would be helpful! Thanks!
You must be logged in to reply to this topic.