Setting up Cron jobs

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35350
    Michael
    Participant

    I’ve followed FAQ guidelines and setup a scheduled task using the following php code:

    “<?php

    define(‘UPDRAFTPLUS_CONSOLELOG’, true);
    require_once(‘wp-load.php’);
    do_action(‘updraft_backup_all’);

    ?>”

    Do I now remove the alternate Cron line from my wp-config, and do I need to set updraft schedule to manual because WP is still telling me I have problems with scheduled tasks?

    Also – I’ve been following the script running in Updraft – I note that it stops frequently and says there are errors and then continues. Making me a little uncomfortable as to whether these backups will be reliable.

    Cheers,

    Mike

    #35353
    udadmin
    Keymaster

    Hi Mike,

    I will copy and paste your response into the existing thread – https://updraftplus.com/forums/topic/doing_wp_cron-in-url/ – so that other users can better follow, and will close this one.

    Best wishes,
    David

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Setting up Cron jobs’ is closed to new replies.