Cron sync problem with google calendar
and on the WP guide for testing, but hitting a brick wall. Any ideas please? Thanks John
Best regards, Nikola
Hi Nikola,
There is a message:
“Your Cron background tasks are not running properly! Last cron run was on 10th September 2018 11:00 am and it should run on every 5 minutes!
Please follow official WordPress guide on Hooking WP-Cron Into the System Task Scheduler.”
I’ve added “define(‘DISABLE_WP_CRON’, true);” to wp-config.php, set up a cron job on my hosts control panel and followed the instructions for simple testing, which seemed to work.
Regards
John
Hi Nikola,
I meant to add that during the cron test as recommended by WP (add the line “echo ”; print_r( _get_cron_array() ); echo ”;”), I get the result of the cron test at the top of the Connect page.
Regards
John
Hi John, looks like some settings are not correct. Some hosting even block Cron execution in case it is to often. Try setting cron on 15 minutes interval and set same value for EA Extension sync.
Best regards,
Nikola
Hi Nikola,
I’ve tried that, but no change.
Please login or Register to submit your answer