From dab814a1dde1f5947ef98f2c0da0213fe2df9bec Mon Sep 17 00:00:00 2001 From: samba <samba@localhost.localdomain> Date: Tue, 2 Jul 2019 20:17:33 +0200 Subject: [PATCH] fix wpcron for scheduled post issue #38 --- wp-config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-config.php b/wp-config.php index bbbce84..6b78c6b 100644 --- a/wp-config.php +++ b/wp-config.php @@ -40,7 +40,7 @@ define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1); define('DISALLOW_FILE_MODS', true); //define('DISALLOW_FILE_EDIT', false); -define('DISABLE_WP_CRON', true); +define('DISABLE_WP_CRON', false); //AI patch: set to true if you want to activate query profiling define('AI_DB_PROFILER', false); //disable automatic updates -- GitLab