• I have been offline all day yesterday, my host has just replied with the following:

    Ok…the problem is that you’ve enabled Cron Jobs on your wordpress posts.
    This drains the server processes and shuts down your site automatically. You
    must have enabled this at some point. Are you aware of this?

    Is there someway of disabling this?

Viewing 15 replies - 1 through 15 (of 17 total)
  • Among other things, WP-Cron handles the publishing of future posts.

    Unless you have something more installed, such as a plugin, and your host is automatically ‘shutting down your site’ then I’d suggest moving to a more accomodating host.

    Thread Starter auntiebiotic

    (@auntiebiotic)

    Thx for reply, can you please explain further here so I can post to my web host cause I have been offline all day and they are blaming me saying saying I should check my settings and turn it off.

    I have tried to read about cron job but would be helpful in laymans terms. Are you saying it cannot be turn off?

    Are you saying it cannot be turn off?

    Good question. Looks like it can be turned off with this added to your wp-config.php

    define('DISABLE_WP_CRON', true)

    Related;
    http://core.trac.wordpress.org/ticket/9005

    Also might install the http://wordpress.org/extend/plugins/core-control/ plugin as it has a section to see all the cron processes you have…

    Thread Starter auntiebiotic

    (@auntiebiotic)

    thank you, thankyou, this could avert a divorce between my self and the web host. If I do turn off what am i messing out on if you know what I mean>

    Thread Starter auntiebiotic

    (@auntiebiotic)

    thanks for link but the following:
    Please Note: Core Control is mainly a Developers plugin, However it can be used by end users alike, Just realise, That novice users are not the initial target audience, and as such, this plugin (and its modules) may be more technical aimed.

    this is scary stuff and may make things worse

    Don’t be scared πŸ˜‰ You are just interested in the info it provides.

    And you have backups, correct?

    Thread Starter auntiebiotic

    (@auntiebiotic)

    Cheer but Im so stressed I dare not go near plugin. will your define(‘DISABLE_WP_CRON’, true) cure problem?

    Possibly, but I can assure you other hosts have no problem with WordPress.

    Thread Starter auntiebiotic

    (@auntiebiotic)

    I have installed cron plugin three options to run task now but no options to stop

    Thread Starter auntiebiotic

    (@auntiebiotic)

    Can I just place
    define(‘DISABLE_WP_CRON’, true) anywhere in page? wp-config.php

    Thread Starter auntiebiotic

    (@auntiebiotic)

    just added above and now error message:
    Parse error: syntax error, unexpected T_STRING in /home/sites/knowingabout.co.uk/public_html/hulme/wp-config.php on line 23

    Should there be commas or whatever after define(‘DISABLE_WP_CRON’, true)

    Sorry, need a semicolon at the end there.

    define('DISABLE_WP_CRON', true);

    Put that right after the DB_COLLATE line.

    Thread Starter auntiebiotic

    (@auntiebiotic)

    forgot to say thx many posts ago. thx

    You are welcome. Please don’t forget to mark this thread as Resolved.

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Can I disable Cron job?’ is closed to new replies.