I entered cron jobs in my admin panel, but I don’t see any results in my dashboard. I hoped to the website sync done by cron, but in my dashboard I have the message:
“Update overview
Last synchronization completed successfully: October 23, 2023 4:16 p.m”
I don’t find the information about which cron is doing the right thing. I checked this page:
It’s possible that security rules in .htaccess are blocking the server side cron jobs.
Can you contact the support of the host where you MainWP Dashboard is located and have them check if there are any blocked requests for cron jobs?
The cron job “Check for available updates” is the equivalent of performing the Sync on the Dashboard.
But please keep in mind that if you use server-side cron jobs, you have to disable WP Cron in the MainWP Dashboard as instructed in this KB: Disable WP Cron - MainWP Documentation
And that after you do so, you won’t be able to rely on messages like these “Update overview
Last synchronization completed successfully: October 23, 2023 4:16 p.m” in your Dashboard.
Those logs are only for when the WP Cron is in use and not server-side cron.
Not quite sure what you’re referring to when you say, “solves every problem with MainWP?”, but if you were to go with the WP-Cron, then .htacess protection would not be an issue.
So, with that in mind, using WP-Cron may be an easier solution.
If you would use WP Cron, then setting up time intervals is not necessary. And for server-side cron jobs, the recommended time intervals are stated in our KB: Disable WP Cron - MainWP Documentation