Title: System Cron problem
Last modified: September 8, 2025

---

# System Cron problem

 *  Resolved [samtech456](https://wordpress.org/support/users/samtech456/)
 * (@samtech456)
 * [8 months, 3 weeks ago](https://wordpress.org/support/topic/system-cron-problem/)
 * I get this warning:
 * > System Cron Set UpNoWarning: Your WordPress site does not appear to have a 
   > system cron job set up to run the WordPress cron. Matomo uses the WordPress
   > cron to generate reports and to delete temporary data to provide compliance
   > with various privacy regulations (e.g., GDPR).
   > Without a system cron job set up, these tasks may be run irregularly or infrequently,
   > which could lead to personal data being retained longer than allowed.
 * I looked into my hosting system and found this cron job
 * 0 0 * * */usr/bin/php /home/u555555/public_html/wp-cron.php
 * but it seems not enough how to fix this ?

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/system-cron-problem/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/system-cron-problem/page/2/?output_format=md)

 *  Plugin Support [dizzyatinnocraft](https://wordpress.org/support/users/dizzyatinnocraft/)
 * (@dizzyatinnocraft)
 * [8 months, 3 weeks ago](https://wordpress.org/support/topic/system-cron-problem/#post-18635071)
 * Hi [@samtech456](https://wordpress.org/support/users/samtech456/) do you have`
   define('DISABLE_WP_CRON', true);` in your wp-config.php? This is used to disable
   the WP cron from running in normal browser requests: [https://developer.wordpress.org/plugins/cron/hooking-wp-cron-into-the-system-task-scheduler/](https://developer.wordpress.org/plugins/cron/hooking-wp-cron-into-the-system-task-scheduler/)
 * It is also how Matomo for WordPress runs this particular check.
 *  Thread Starter [samtech456](https://wordpress.org/support/users/samtech456/)
 * (@samtech456)
 * [8 months, 3 weeks ago](https://wordpress.org/support/topic/system-cron-problem/#post-18635840)
 * No I only have this: `define('ALTERNATE_WP_CRON', true);`
 * should I add `define('DISABLE_WP_CRON', false);` ?
 *  Thread Starter [samtech456](https://wordpress.org/support/users/samtech456/)
 * (@samtech456)
 * [8 months, 3 weeks ago](https://wordpress.org/support/topic/system-cron-problem/#post-18635851)
 * also I found this warning:
 * `Last Successful Archiving Completion warning Archiving last ran successfully
   on Monday, September 8, 2025 14:13:31 which is 1 days 21:51:31 ago`
 *  Plugin Support [dizzyatinnocraft](https://wordpress.org/support/users/dizzyatinnocraft/)
 * (@dizzyatinnocraft)
 * [8 months, 3 weeks ago](https://wordpress.org/support/topic/system-cron-problem/#post-18635936)
 * [@samtech456](https://wordpress.org/support/users/samtech456/) Yes, add `DISABLE_WP_CRON`
   and remove `ALTERNATE_WP_CRON`.
 *  Plugin Support [dizzyatinnocraft](https://wordpress.org/support/users/dizzyatinnocraft/)
 * (@dizzyatinnocraft)
 * [8 months, 3 weeks ago](https://wordpress.org/support/topic/system-cron-problem/#post-18635969)
 * Also in the cron tab, can you make sure there is a space after `0 0 * * *`?
 *  Thread Starter [samtech456](https://wordpress.org/support/users/samtech456/)
 * (@samtech456)
 * [8 months, 3 weeks ago](https://wordpress.org/support/topic/system-cron-problem/#post-18636002)
 * I added
 * define(‘DISABLE_WP_CRON’, false);
 * But the same warning remain for cron and Last Successful Archiving Completion
 * The cron appear in a table like this:
 * [https://i.postimg.cc/KvH8BpQs/Screenshot-2025-09-10-162710-Copy.png](https://i.postimg.cc/KvH8BpQs/Screenshot-2025-09-10-162710-Copy.png)
    -  This reply was modified 8 months, 3 weeks ago by [samtech456](https://wordpress.org/support/users/samtech456/).
    -  This reply was modified 8 months, 3 weeks ago by [samtech456](https://wordpress.org/support/users/samtech456/).
 *  Plugin Support [dizzyatinnocraft](https://wordpress.org/support/users/dizzyatinnocraft/)
 * (@dizzyatinnocraft)
 * [8 months, 3 weeks ago](https://wordpress.org/support/topic/system-cron-problem/#post-18636135)
 * [@samtech456](https://wordpress.org/support/users/samtech456/) You need to add`
   define('DISABLE_WP_CRON', true);` as it says in the WordPress docs I linked to.
   This disables launching WP Cron through the browser.
 *  Thread Starter [samtech456](https://wordpress.org/support/users/samtech456/)
 * (@samtech456)
 * [8 months, 3 weeks ago](https://wordpress.org/support/topic/system-cron-problem/#post-18636154)
 * ok I added disable_wp_cron = true but the warning is the same: System Cron Set
   Up
 *  Plugin Support [dizzyatinnocraft](https://wordpress.org/support/users/dizzyatinnocraft/)
 * (@dizzyatinnocraft)
 * [8 months, 3 weeks ago](https://wordpress.org/support/topic/system-cron-problem/#post-18636422)
 * [@samtech456](https://wordpress.org/support/users/samtech456/) can you post a
   screenshot of the warning? You will have to upload the image to another site 
   and link it here.
 *  Thread Starter [samtech456](https://wordpress.org/support/users/samtech456/)
 * (@samtech456)
 * [8 months, 3 weeks ago](https://wordpress.org/support/topic/system-cron-problem/#post-18636438)
 * [https://i.postimg.cc/Vv1SvzXC/Screenshot-2025-09-10-203429.png](https://i.postimg.cc/Vv1SvzXC/Screenshot-2025-09-10-203429.png)
 * [https://i.postimg.cc/3NBkDzZb/Screenshot-2025-09-10-203503.png](https://i.postimg.cc/3NBkDzZb/Screenshot-2025-09-10-203503.png)
 *  Plugin Support [dizzyatinnocraft](https://wordpress.org/support/users/dizzyatinnocraft/)
 * (@dizzyatinnocraft)
 * [8 months, 3 weeks ago](https://wordpress.org/support/topic/system-cron-problem/#post-18636504)
 * [@samtech456](https://wordpress.org/support/users/samtech456/) Did you add the`
   define('DISABLE_WP_CRON', true);` to your wp-config.php before the point where
   it says to stop editing?
 *  Thread Starter [samtech456](https://wordpress.org/support/users/samtech456/)
 * (@samtech456)
 * [8 months, 3 weeks ago](https://wordpress.org/support/topic/system-cron-problem/#post-18636548)
 * yes
 *  Plugin Support [dizzyatinnocraft](https://wordpress.org/support/users/dizzyatinnocraft/)
 * (@dizzyatinnocraft)
 * [8 months, 3 weeks ago](https://wordpress.org/support/topic/system-cron-problem/#post-18636639)
 * The code that checks whether to display the warning is just `$is_system_cron_set_up
   = defined( 'DISABLE_WP_CRON' ) && _DISABLE\_WP\_CRON_;`. If you have the const
   defined in wp-config.php, I’m unsure why that would fail. Can you copy and post
   the entire system report here (or email to dizzy (at) inncoraft (dot) com)?
 *  Thread Starter [samtech456](https://wordpress.org/support/users/samtech456/)
 * (@samtech456)
 * [8 months, 3 weeks ago](https://wordpress.org/support/topic/system-cron-problem/#post-18636658)
 * when I try to send it by email I get Address not found (domain could not be found)
 *  Plugin Support [dizzyatinnocraft](https://wordpress.org/support/users/dizzyatinnocraft/)
 * (@dizzyatinnocraft)
 * [8 months, 3 weeks ago](https://wordpress.org/support/topic/system-cron-problem/#post-18636701)
 * [@samtech456](https://wordpress.org/support/users/samtech456/) apologies, typo,
   the email is dizzy (at) innocraft (dot) com

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/system-cron-problem/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/system-cron-problem/page/2/?output_format=md)

The topic ‘System Cron problem’ is closed to new replies.

 * ![](https://ps.w.org/matomo/assets/icon-256x256.png?rev=3531741)
 * [Matomo Analytics - Powerful, Privacy-First Insights for WordPress](https://wordpress.org/plugins/matomo/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/matomo/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/matomo/)
 * [Active Topics](https://wordpress.org/support/plugin/matomo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/matomo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/matomo/reviews/)

 * 17 replies
 * 2 participants
 * Last reply from: [dizzyatinnocraft](https://wordpress.org/support/users/dizzyatinnocraft/)
 * Last activity: [8 months ago](https://wordpress.org/support/topic/system-cron-problem/page/2/#post-18657853)
 * Status: resolved