Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Stefano Lissa

    (@satollo)

    Thew wordpress cron works only if the blogs have traffic. Otherwise you should call the wp-cron.php file for each blog (on multisite probably the call need to be repeated for each domain, for example).

    Thread Starter Sameer

    (@msameerbutt)

    I have another plugin that requires to execute every minute regardless of blog traffic so it is configured to use external CRON scheduler.

    As far as I understood Newsletter plugin utilized WordPress internal CRON scheduler which dependent on blog traffic?

    The problem is if I disable the WordPress internal CRON by adding following in the config file

    define('DISABLE_WP_CRON', true);

    My plugin start working fine, but Newsletter plugin will stop working normally.

    Now will you guide me if i want to shift Newsletter plugin to use external CRON scheduler

    Plugin Author Stefano Lissa

    (@satollo)

    If you have an external cron call to wp-cron.php with, for example wget, and every minute Newsletter should work. Are you sure your plugin is not removing the newsletter scheduled call?

    Have you checked the cron status wit, for example, wp-cron-control?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The cron system seems not running correctly. See this page for more information.’ is closed to new replies.