• Resolved guitarman01

    (@guitarman01)


    Hi i’ve noticed a thing.
    The plugin correctly work only if add these lines of code to wp-config.php:

    define(‘UPDRAFTPLUS_NO_BINZIP’, true);
    define(‘ALTERNATE_WP_CRON’, true);

    but ALTERNATE_WP_CRON activated in the url of the site is append “doing_wp_cron=XXXXXXXXXX”

    How can i remove “doing_wp_cron=XXXXXXXXXX” from the url? or is there another way to make the plugin working without this two lines of code in wp-config.php?

    this is the last log:
    https://www.dropbox.com/s/qnbnxboey0x7obb/updraftplus2.txt?dl=0

    Let me know
    thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor bcrodua

    (@bcrodua)

    Hi,

    I’m afraid it’s part of how the mechanism works. You can’t have alternative cron without having that in your URLs.

    We also have a guide to this issue in our FAQs here. This provides some further advice that you can try.

    Regards,
    Bryle

    • This reply was modified 4 years, 5 months ago by bcrodua.
    Thread Starter guitarman01

    (@guitarman01)

    But if use this cose into .htaccess?

    #Rewrite Wp Cron Errors:
    RewriteCond %{QUERY_STRING} (^|&)doing_wp_cron=[0-9]+.[0-9]+(&|$) [NC]
    RewriteRule ^ %{REQUEST_URI}? [R=301,L]

    Thanks
    Paolo

    Plugin Contributor bcrodua

    (@bcrodua)

    Hi,

    Yes, you can use that as a fix.

    Regards,
    Bryle

    Thread Starter guitarman01

    (@guitarman01)

    Ok thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘doing_wp_cron append to URL’ is closed to new replies.