Memurame
(Tom)
January 7, 2024, 10:08pm
1
Since the wp-cron did not work for me and almost no crons were executed, I have now entered all crons individually via crontab.
I have set up the following crons, can you tell me if I have done all of them or if there are important crons that are still missing?
* */12 * * * | php -q "/home/kazyfeza/public_html/wpmonitoring.xxx.ch/wp-content/plugins/mainwp/cron/updatescheck.php"
0 7 * * * | php -q "/home/kazyfeza/public_html/wpmonitoring.xxx.ch/wp-content/plugins/mainwp/cron/pingchilds.php"
* * * * * | php -q "/home/kazyfeza/public_html/wpmonitoring.xxx.ch/wp-content/plugins/mainwp/cron/checkstatuschilds.php"
0 * * * * | php -q "/home/kazyfeza/public_html/wpmonitoring.xxx.ch/wp-content/plugins/mainwp/cron/sitehealthmonitoring.php"
0 * * * * | php -q "/home/kazyfeza/public_html/wpmonitoring.xxx.ch/wp-content/plugins/mainwp/cron/stats.php"
0 1 * * * | php -q "/home/kazyfeza/public_html/wpmonitoring.xxx.ch/wp-content/plugins/mainwp-client-reports-extension/cron/notice_reports.php"
0 7 * * * | php -q "/home/kazyfeza/public_html/wpmonitoring.xxx.ch/wp-content/plugins/mainwp-client-reports-extension/cron/send_reports.php"
* * * * * | php -q "/home/kazyfeza/public_html/wpmonitoring.xxx.ch/wp-content/plugins/mainwp-client-reports-extension/cron/continue_reports.php"
0 1 * * * | php -q "/home/kazyfeza/public_html/wpmonitoring.xxx.ch/wp-content/plugins/mainwp-maintenance-extension/cron/cron_job_start.php"
* * * * * | php -q "/home/kazyfeza/public_html/wpmonitoring.xxx.ch/wp-content/plugins/mainwp-maintenance-extension/cron/cron_job_continue.php"
php -q "/home/kazyfeza/public_html/wpmonitoring.xxx.ch/wp-content/plugins/mainwp-lighthouse-extension/cron/lighthouse_cron.php"
php -q "/home/kazyfeza/public_html/wpmonitoring.xxx.ch/wp-content/plugins/mainwp-lighthouse-extension/cron/lighthouse_cron_start.php"
php -q "/home/kazyfeza/public_html/wpmonitoring.xxx.ch/wp-content/plugins/mainwp-lighthouse-extension/cron/lighthouse_cron_sync.php"
Thank you very much for your help.
Greetings
bojan
(Bojan Katusic)
January 8, 2024, 4:02pm
2
Hey @Memurame
These Crons appear to be configured correctly, but I will double-check with the development team and update you via this thread as soon as possible.
Memurame
(Tom)
January 9, 2024, 6:51am
3
So something is not working properly with the MainWP crons. I switched back to wp-cron yesterday. However, I can see from the following photo that the crons are not running as planned. When I had manually set up the crons individually as independent crons, they were all executed as planned.
Currently we have 9.1.2023 at 07:45 am.
I have set up a separate cron for the wp-cron which is executed every 1 minute.
php -q "/home/kazyfeza/public_html/wpmonitoring.xxx.ch/wp-cron.php" > /dev/null 2>&1
All other WordPress cron jobs are executed correctly via the wp-cron, just not the cron for MainWP.
I have set the Use Wp-Cron setting to True
Apart from that, the cron list in MainWP is not complete. I still have the Pro Raport plugin installed, these crons are not listed at the top of the list. It would be helpful if all existing cron of all mainWP extensions would be listed.
bojan
(Bojan Katusic)
January 9, 2024, 12:50pm
4
Hey @Memurame
We’ve identified an issue with MainWP Cron in version v4.6 of the Dashboard.
The fix for it will be released very soon - likely today.
More information in this thread:
Have been running MainWP for over a year now with about 16 client websites. As of a couple of days ago it stopped automatic synchronization. It may have coincided with the latest update of MainWP. It synchronizes just fine if I do it manually.
To get it back to automatically syncing I have tried:
changing the daily update frequency as well as making other small changes in the general settings and then saving.
removing the only 2 extensions I had installed (Securi and Uptime Monitoring).
deact…
bojan
(Bojan Katusic)
January 9, 2024, 6:14pm
5
@Memurame
We’ve just released version v4.6.0.1 of the MainWP Dashboard, which includes the fix for the WP Cron.
Please let us know if that solves the issue for you.
Memurame
(Tom)
January 9, 2024, 7:52pm
6
Thank you for fixing the bug so quickly.
Very good support.
Works wonderfully.
Best regards
1 Like
system
(system)
Closed
January 10, 2024, 7:52pm
7
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.