UpdraftPlus - Premium Backup Plugin For WP

UpdraftPlus - Premium Backup Plugin For WP v2.25.5.26

No permission to download

shankey

New member
Mar 20, 2019
26
17
3
Please Update it to v2.22.12.0..Its now giving Critical WordPress Warning when you update it to WP v6.0

Thanks
 
  • Like
Reactions: momon

momon

New member
Mar 4, 2019
29
15
3
Please Update it to v2.22.12.0..Its now giving Critical WordPress Warning when you update it to WP v6.0

Thanks
Arrived here for the exact same reason, sadly it has not been updated. Pretty sure it is just a matter of time. In any case I double checked and it seems to be working fine, so other than the nagging notice on wp-admin it really isn't impacting functionality.

If you want to hide the notice in the meanwhile (and similar ones) I recommend you use the following (in your functions.php file or through a code snippet):

PHP:
add_action('admin_head', 'ud_hide_renewal_message');

function ud_hide_renewal_message() {
  echo '<style>
    .updraftupdatesnotice-updatesexpiringsoon, .updraftupdatesnotice-updatesexpired, .updraftupdatesnotice-yourversiontested{
     display: none!important;
    }
  </style>';
}

The above will hide:

  • Update expiration soon notice
  • Update expiration notice
  • Version untested notice (the one showing up now).

You can use the same approach to hide any other unwanted error message from updraftplus by just adding the relevant class but I wouldn't do it on all notices because some of them are actually useful.

Cheers
 

OkazakiLeir

New member
May 2, 2022
2
1
3
36
Tangamandapio
It looks like the latest version is not saving Google Drive tokens, so any backup scheduled to be sent there will fail to do so. Is this happening with anyone else? I'm also having an issue with One Drive, but that seems to be a Cloudflare problem specific to my website.

These are the errors that show up, sensitive information excluded:
0327.130 (1) Cloud backup selection (1/2): googledrive with instance (1/1)
0327.131 (1) Beginning dispatch of backup to remote (googledrive) (instance identifier s-XXXXXXXXXXXXXXXXXX)
0327.217 (1) PHP event: code E_NOTICE: Trying to access array offset on value of type null (line 808, wp-content/plugins/updraftplus/methods/googledrive.php)
0327.218 (1) Google Drive: ERROR: Have not yet obtained an access token from Google (has the user authorised?)
0327.218 (1) An error condition has occurred for the first time during this job
0327.219 (1) Cloud backup selection (2/2): onedrive with instance (1/1)
0327.219 (1) Beginning dispatch of backup to remote (onedrive) (instance identifier s-XXXXXXXXXXXXXXXXXXX)
0327.350 (1) Error message: Um erro foi recebido; código HTTP: 403 CF-Ray: 717f18a73e0f6939-FRA (not_authed)
 

shankey

New member
Mar 20, 2019
26
17
3
It looks like the latest version is not saving Google Drive tokens, so any backup scheduled to be sent there will fail to do so. Is this happening with anyone else? I'm also having an issue with One Drive, but that seems to be a Cloudflare problem specific to my website.

These are the errors that show up, sensitive information excluded:
0327.130 (1) Cloud backup selection (1/2): googledrive with instance (1/1)
0327.131 (1) Beginning dispatch of backup to remote (googledrive) (instance identifier s-XXXXXXXXXXXXXXXXXX)
0327.217 (1) PHP event: code E_NOTICE: Trying to access array offset on value of type null (line 808, wp-content/plugins/updraftplus/methods/googledrive.php)
0327.218 (1) Google Drive: ERROR: Have not yet obtained an access token from Google (has the user authorised?)
0327.218 (1) An error condition has occurred for the first time during this job
0327.219 (1) Cloud backup selection (2/2): onedrive with instance (1/1)
0327.219 (1) Beginning dispatch of backup to remote (onedrive) (instance identifier s-XXXXXXXXXXXXXXXXXXX)
0327.350 (1) Error message: Um erro foi recebido; código HTTP: 403 CF-Ray: 717f18a73e0f6939-FRA (not_authed)
Do you have the Latest Version then please do share here...

Thanks
 

OkazakiLeir

New member
May 2, 2022
2
1
3
36
Tangamandapio
Do you have the Latest Version then please do share here...

Thanks
What are you talking about? By "latest version" I mean the one available in this thread, 2.22.12.25. Anyway, downgrading to 2.22.11.25 doesn't do anything for me either; looks like my website/server IP/project ID got blacklisted or something because of nulling and now none of the cloud backup options work... I should have seen it coming.
 
  • Like
Reactions: Dude

SeaGlass

New member
May 5, 2022
3
0
1
So, currently using a chromebook and decided to have to my once a week update created. Problem is the backups are stored under system files when I choose Google Drive and I'm absolutely unable to locate to where they're coming from or how to remove it as i'd thought my hardware was completely disconnected from any and all need for physical storage. Any ideas on how to locate the errant files So I can remove the 100gb+ of unneeded storage bloating up my device?
 

username1232

New member
Oct 28, 2019
2
1
3
United States
Arrived here for the exact same reason, sadly it has not been updated. Pretty sure it is just a matter of time. In any case I double checked and it seems to be working fine, so other than the nagging notice on wp-admin it really isn't impacting functionality.

If you want to hide the notice in the meanwhile (and similar ones) I recommend you use the following (in your functions.php file or through a code snippet):

PHP:
add_action('admin_head', 'ud_hide_renewal_message');

function ud_hide_renewal_message() {
  echo '<style>
    .updraftupdatesnotice-updatesexpiringsoon, .updraftupdatesnotice-updatesexpired, .updraftupdatesnotice-yourversiontested{
     display: none!important;
    }
  </style>';
}

The above will hide:

  • Update expiration soon notice
  • Update expiration notice
  • Version untested notice (the one showing up now).

You can use the same approach to hide any other unwanted error message from updraftplus by just adding the relevant class but I wouldn't do it on all notices because some of them are actually useful.

Cheers
Awesome! Thank you, this is very helpful. Those announcements are annoying.
 
  • Love
Reactions: dominarmac

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu