Quantcast
Channel: WordPress.org Forums » [UpdraftPlus: WP Backup & Migration Plugin] Support
Viewing all 12519 articles
Browse latest View live

Restoration Failed : Check file ownership and permission

$
0
0

Replies: 0

Hi,
I had some problems with the WP Twentytwenty, so I’ve switched to Kandance Theme, in this process I had some changes reflected in the mobile version but not in the laptop version so I decided to restore from Updraft a saved version.
Now, I cannot restore and I get a Failed restoration message:
Saying: Check Ownership and Permission for the WordPress installation : specifically for the https for the Homepage….
Not sure if you can help me

Cheers, !

https://prnt.sc/rwnz9g


Error from cron: “Use of uninitialized value in numeric gt”

$
0
0

Replies: 0

Hello,

I have a problem with scheduled backups.

I have a WordPress installation with disabled Cron.
But in the cpanel I have configured cron to run wp-cron.php every 5 mins.

And every time the backup is triggered I have the following email from my hoster:


Cron Daemon <cron@web-hosting.com>

Use of uninitialized value in numeric gt (>) at /usr/local/cpanel/Cpanel/Filesys/Mounts.pm line 205.
Use of uninitialized value in numeric gt (>) at /usr/local/cpanel/Cpanel/Filesys/Mounts.pm line 205.
Use of uninitialized value in numeric gt (>) at /usr/local/cpanel/Cpanel/Filesys/Mounts.pm line 205.
Use of uninitialized value in numeric gt (>) at /usr/local/cpanel/Cpanel/Filesys/Mounts.pm line 205.

It looks like backups are working fine but this email, I cannot understand the reason for it.

Thank you.

conflict

$
0
0

Replies: 0

hi im having conflict with gallery ape plugin. as well as my console gives me the error:

Uncaught TypeError: Cannot read property ‘hasClass’ of undefined

Uncaught ReferenceError: updraft_credentialtest_nonce is not defined

Backup size increased significantly

$
0
0

Replies: 0

How long does it take to back up on average? It takes like 45 min in my case. Is this normal?
I get this message all the time.
“The time we have been running… is approaching the resumption interval…. – increasing resumption interval to….”

Also, for some reason the backup size has increased from around 400Mb to 3,5Gb a week ago. I haven’t uploaded anything that heavy recently. What could be the reason for that?

curl 18 error

$
0
0

Replies: 0

There is a bug in WordPress 5.4 after installing WordPress 5.4. I tried to install updraft plugin but returned error curl18,
Now iam using 5.3.2

  • This topic was modified 7 hours, 31 minutes ago by Steve Stern.

Updraftplus failing to backup

$
0
0

Replies: 0

Since the last few days, Updraftplus is failing to backup my site. The message in the log says “The backup attempt has finished, apparently unsuccessfully”. Please advice on how to proceed.

Previous backups in Dropbox not deleted

$
0
0

Replies: 0

Hello – I’ve been using UpdraftPlus for a few months, sending the backup files to a folder in Dropbox. It is set up with a daily files backup (retain 2 scheduled backups) and weekly database backup (retain 2 scheduled backups). It was working fine until a couple weeks ago. Now for some reason the older files are not being automatically deleted from Dropbox and I run out of space until I manually delete them.

“Delete local backup” is checked in the advanced settings.

Any thoughts on why this is happening now and any way to fix it?

Thank you!
-Marcy

FTP Test fails able to log in but not create file

$
0
0

Replies: 0

Hi,

I have been using FTP backups, but starting last November they stopped working. I am able to use my phone and access my FTP server and read/write files. From my laptop browser I’m able to access my FTP server and read files no problem. However, Updraft is no longer able to write backup files into my FTP server. I have historically used passive mode. When I run a test in passive mode this is the error I get:

FTP settings test result: Failure: we successfully logged in, but were not able to create a file in the given directory.

Messages:
* PHP event: code E_WARNING: ftp_nb_fput(): php_connect_nonb() failed: Operation now in progress (115) (line 93, wp-content/plugins/updraftplus/includes/ftp.class.php)
* PHP event: code E_WARNING: ftp_nb_fput(): Type set to I (line 93, wp-content/plugins/updraftplus/includes/ftp.class.php)

The error message looks likes a generic firewall issue however I’m able to access the same server using different FTP software (a FTP app on my phone on external connection). Only when I try to FTP using Updraft am I having an issue. My FTP server is a personal computer I have at home. I have checked the firewalls and router port forwarding.

When I run a test in passive mode, I can see this on the FTP server logs (Filezilla):

(000005)4/12/2020 20:33:34 PM – (not logged in) (68.65.122.155)> Connected on port 21, sending welcome message…
(000005)4/12/2020 20:33:34 PM – (not logged in) (68.65.122.155)> 220-You are now connected to Jun’s server.
(000005)4/12/2020 20:33:34 PM – (not logged in) (68.65.122.155)> 220 Feel free to drop files for Jun.
(000005)4/12/2020 20:33:34 PM – (not logged in) (68.65.122.155)> USER xxxxxx
(000005)4/12/2020 20:33:34 PM – (not logged in) (68.65.122.155)> 331 Password required for xxxxxx
(000005)4/12/2020 20:33:34 PM – (not logged in) (68.65.122.155)> PASS **********
(000005)4/12/2020 20:33:34 PM – xxxxxx (68.65.122.155)> 230 Logged on
(000005)4/12/2020 20:33:34 PM – xxxxxx (68.65.122.155)> PASV
(000005)4/12/2020 20:33:34 PM – xxxxxx (68.65.122.155)> 227 Entering Passive Mode (73,32,240,121,55,67)
(000005)4/12/2020 20:33:34 PM – xxxxxx (68.65.122.155)> SYST
(000005)4/12/2020 20:33:34 PM – xxxxxx (68.65.122.155)> 215 UNIX emulated by FileZilla
(000005)4/12/2020 20:33:34 PM – xxxxxx (68.65.122.155)> TYPE I
(000005)4/12/2020 20:33:34 PM – xxxxxx (68.65.122.155)> 200 Type set to I
(000005)4/12/2020 20:33:35 PM – xxxxxx (68.65.122.155)> QUIT
(000005)4/12/2020 20:33:35 PM – xxxxxx (68.65.122.155)> 221 Goodbye
(000005)4/12/2020 20:33:35 PM – xxxxxx (68.65.122.155)> disconnected.

When I try to use active mode I get this error message from Updraft:

FTP settings test result: Failure: we successfully logged in, but were not able to create a file in the given directory.

Messages:
* PHP event: code E_WARNING: ftp_nb_fput(): Opening data channel for file upload to server of "/3ce19c07c033f2f8b944da949f3ef2af.tmp" (line 93, wp-content/plugins/updraftplus/includes/ftp.class.php)

When I try to use active mode I see the following log on my FTP server:

(000006)4/12/2020 20:40:28 PM – (not logged in) (68.65.122.155)> Connected on port 21, sending welcome message…
(000006)4/12/2020 20:40:28 PM – (not logged in) (68.65.122.155)> 220-You are now connected to Jun’s server.
(000006)4/12/2020 20:40:28 PM – (not logged in) (68.65.122.155)> 220 Feel free to drop files for Jun.
(000006)4/12/2020 20:40:28 PM – (not logged in) (68.65.122.155)> USER xxxxxx
(000006)4/12/2020 20:40:28 PM – (not logged in) (68.65.122.155)> 331 Password required for xxxxxx
(000006)4/12/2020 20:40:29 PM – (not logged in) (68.65.122.155)> PASS **********
(000006)4/12/2020 20:40:29 PM – xxxxxx (68.65.122.155)> 230 Logged on
(000006)4/12/2020 20:40:29 PM – xxxxxx (68.65.122.155)> SYST
(000006)4/12/2020 20:40:29 PM – xxxxxx (68.65.122.155)> 215 UNIX emulated by FileZilla
(000006)4/12/2020 20:40:29 PM – xxxxxx (68.65.122.155)> TYPE I
(000006)4/12/2020 20:40:29 PM – xxxxxx (68.65.122.155)> 200 Type set to I
(000006)4/12/2020 20:40:29 PM – xxxxxx (68.65.122.155)> PORT 68,65,122,155,137,171
(000006)4/12/2020 20:40:29 PM – xxxxxx (68.65.122.155)> 200 Port command successful
(000006)4/12/2020 20:40:29 PM – xxxxxx (68.65.122.155)> STOR /3ce19c07c033f2f8b944da949f3ef2af.tmp
(000006)4/12/2020 20:40:29 PM – xxxxxx (68.65.122.155)> 150 Opening data channel for file upload to server of “/3ce19c07c033f2f8b944da949f3ef2af.tmp”
(000006)4/12/2020 20:40:39 PM – xxxxxx (68.65.122.155)> 425 Can’t open data connection for transfer of “/3ce19c07c033f2f8b944da949f3ef2af.tmp”

Below is a “good” log. I’m able to authenticate using an FTP app on my phone without a problem. Below is the FTP server log:

(000009)4/12/2020 20:45:37 PM – (not logged in) (166.172.122.34)> Connected on port 21, sending welcome message…
(000009)4/12/2020 20:45:37 PM – (not logged in) (166.172.122.34)> 220-You are now connected to Jun’s server.
(000009)4/12/2020 20:45:37 PM – (not logged in) (166.172.122.34)> 220 Feel free to drop files for Jun.
(000009)4/12/2020 20:45:37 PM – (not logged in) (166.172.122.34)> USER xxxxxx
(000009)4/12/2020 20:45:37 PM – (not logged in) (166.172.122.34)> 331 Password required for xxxxxx
(000009)4/12/2020 20:45:37 PM – (not logged in) (166.172.122.34)> PASS **********
(000009)4/12/2020 20:45:37 PM – xxxxxx (166.172.122.34)> 230 Logged on
(000009)4/12/2020 20:45:37 PM – xxxxxx (166.172.122.34)> PWD
(000009)4/12/2020 20:45:37 PM – xxxxxx (166.172.122.34)> 257 “/” is current directory.
(000009)4/12/2020 20:45:37 PM – xxxxxx (166.172.122.34)> OPTS UTF8 ON
(000009)4/12/2020 20:45:37 PM – xxxxxx (166.172.122.34)> 202 UTF8 mode is always enabled. No need to send this command.
(000009)4/12/2020 20:45:37 PM – xxxxxx (166.172.122.34)> OPTS UTF8 ON
(000009)4/12/2020 20:45:37 PM – xxxxxx (166.172.122.34)> 202 UTF8 mode is always enabled. No need to send this command.
(000009)4/12/2020 20:45:37 PM – xxxxxx (166.172.122.34)> OPTS UTF8 ON
(000009)4/12/2020 20:45:37 PM – xxxxxx (166.172.122.34)> 202 UTF8 mode is always enabled. No need to send this command.
(000009)4/12/2020 20:45:37 PM – xxxxxx (166.172.122.34)> OPTS UTF8 ON
(000009)4/12/2020 20:45:37 PM – xxxxxx (166.172.122.34)> 202 UTF8 mode is always enabled. No need to send this command.
(000009)4/12/2020 20:45:37 PM – xxxxxx (166.172.122.34)> CWD /
(000009)4/12/2020 20:45:37 PM – xxxxxx (166.172.122.34)> 250 CWD successful. “/” is current directory.
(000009)4/12/2020 20:45:37 PM – xxxxxx (166.172.122.34)> CWD /
(000009)4/12/2020 20:45:37 PM – xxxxxx (166.172.122.34)> 250 CWD successful. “/” is current directory.
(000009)4/12/2020 20:45:37 PM – xxxxxx (166.172.122.34)> PASV
(000009)4/12/2020 20:45:37 PM – xxxxxx (166.172.122.34)> 227 Entering Passive Mode (73,32,240,121,55,67)
(000009)4/12/2020 20:45:37 PM – xxxxxx (166.172.122.34)> TYPE A
(000009)4/12/2020 20:45:37 PM – xxxxxx (166.172.122.34)> 200 Type set to A
(000009)4/12/2020 20:45:37 PM – xxxxxx (166.172.122.34)> MLSD
(000009)4/12/2020 20:45:37 PM – xxxxxx (166.172.122.34)> 150 Opening data channel for directory listing of “/”
(000009)4/12/2020 20:45:37 PM – xxxxxx (166.172.122.34)> 226 Successfully transferred “/”
(000009)4/12/2020 20:45:46 PM – xxxxxx (166.172.122.34)> OPTS UTF8 ON
(000009)4/12/2020 20:45:46 PM – xxxxxx (166.172.122.34)> 202 UTF8 mode is always enabled. No need to send this command.
(000009)4/12/2020 20:45:46 PM – xxxxxx (166.172.122.34)> PASV
(000009)4/12/2020 20:45:46 PM – xxxxxx (166.172.122.34)> 227 Entering Passive Mode (73,32,240,121,55,67)
(000009)4/12/2020 20:45:46 PM – xxxxxx (166.172.122.34)> MLSD
(000009)4/12/2020 20:45:46 PM – xxxxxx (166.172.122.34)> 150 Opening data channel for directory listing of “/”
(000009)4/12/2020 20:45:46 PM – xxxxxx (166.172.122.34)> 226 Successfully transferred “/”

Anyone know what I can do? Is there an issue possibly with my webhost PHP? I notice the “good” connection uses “Type A” while the failed connections use “Type I.” Not sure if that helps.

  • This topic was modified 5 hours, 46 minutes ago by joondez.

Something crashed during Updraftplus restoration

$
0
0

Replies: 0

Hi,

I tried to restore my wordpress site to an earlier date. But it crashed.
Maybe due to missmatch in plugins or whatever.
I did set option_value=a:0:{} but still not working, so I guess the pluggins are not the issue.

Me error code is:
Warning: require_once(/home3/botasoci/public_html/wp-admin/includes/class-wp-site-health.php): failed to open stream: No such file or directory in /home3/botasoci/public_html/wp-settings.php on line 370

That is, more specifically in wp-settings.php on line 370:

// Create an instance of WP_Site_Health so that Cron events may fire.
if ( ! class_exists( ‘WP_Site_Health’ ) ) {
require_once ABSPATH . ‘wp-admin/includes/class-wp-site-health.php’;
}
WP_Site_Health::get_instance();

My class-wp-site-health.php file is found under:
/public_html/wp-content/wp-admin/includes/class-wp-site-health.php

But my debug.log says:
/public_html/wp-admin/includes/class-wp-site-health.php

Now, I can not even acces my wordpress dashboard, I just see a page about
“WordPress Tools API Reference”

Privacy on google drive

$
0
0

Replies: 0

Hi,
I love your add-on. I’ve been using it for a while on my wordpress website. I save the backups on my dropbox
Today i was planning to change the backup location to google drive but i’m a bit surprised whith what the permissions that add-on asks…

could you explain me why the add-on asks to see and be able to download every single file on my google drive????
maybe i misunderstood that point….
Mon image

Thanks
Mathieu

  • This topic was modified 1 hour, 37 minutes ago by m4t1eu06.
  • This topic was modified 1 hour, 36 minutes ago by m4t1eu06.
  • This topic was modified 1 hour, 36 minutes ago by m4t1eu06.
  • This topic was modified 1 hour, 32 minutes ago by m4t1eu06.

Any email backup Options?

$
0
0

Replies: 0

Looking to provide offsite backups of my clients emails and email account settings. Is there a feature on Updraft that allows automatic incremental back-up of the mail and etc files to an external server such as Google Drive? Thanks

Backups Unsuccessful

$
0
0

Replies: 0

Hello,

I have backups scheduled to run once a week to be saved on Google Drive. It seems the backups are being saved on my GoDaddy server and not Google Drive. I’m not sure if they are even the full backups since last night I noticed the error “The backup attempt has finished, apparently unsuccessfully (Apr 12 19:31:29)”

Here is the error log:
https://pastebin.com/5H7qC2zd

Hope you can help me figure out how to only save these to Google Drive account.
Thanks

Unsuccessful Backup

$
0
0

Replies: 0

I’ve been getting this email from Updraftplus for weeks about unsuccessful backups, but the plugin isn’t showing that the backups weren’t successful. Here’s what the email says:

UpdraftPlus WordPress backup is complete.
Backup contains: Incomplete
Latest status: The backup attempt has finished, apparently unsuccessfully

How do I fix this?

Overwriting backup

$
0
0

Replies: 1

Hi.

I have updraft plus plugin configured to backup my site every day on dropbox.

Should it delete previous backup automatically or it will be stored anyway?

Thanks

Json warning – success email not sent

$
0
0

Replies: 0

Hi there,

I normally don’t set the success email to be sent, but recently I decided to enable it after I fixed cron problems to be sure backups are being run, which they are successfully to Google Drive, except the email is not being sent. I am using WP Mail SMTP by WP Forms after my host repeatedly suggesting I install it. All other notice emails are being sent via my Gmail.

This is what my custom Cron Daemon is sending me:

Warning: json_decode() expects parameter 1 to be string, array given in /home/xyzabc/verycoolwebsite.com/wp-content/plugins/updraftplus/includes/Google/Auth/OAuth2.php on line 177

A very quick fix would be to disable email notice because I now know all my crons are working, but I am still curious as to what’s going on now.


Restore to Godaddy Managed WP Server failing

$
0
0

Replies: 0

I have been trying to move a self-hosted WP site (on Windows Server 2008) to a Godaddy Managed WordPress server. The UpdraftPlus Restore keeps failing, however – the last part of the log is below.
Any ideas for why this is failing, and how it can be resolved?

0040.023 () Unzip progress: 51 out of 51 files (3 MB, languages/themes/twentytwenty-en_GB.po)
0040.027 () PHP event: code E_WARNING: copy(/var/www/wp-content/index.php): failed to open stream: Permission denied (line 281, wp-admin/includes/class-wp-filesystem-direct.php)
0040.030 () Error message: Could not move the files into place. Check your file permissions.
0040.030 () Error data (move_failed): /var/www/wp-content/upgrade/41cf1909/index.php -> /var/www/wp-content/index.php
0040.033 () Restore failed...
0040.033 () Error message: Could not move the files into place. Check your file permissions.
0040.033 () Error data (move_failed): /var/www/wp-content/upgrade/41cf1909/index.php -> /var/www/wp-content/index.php
0040.033 () Restore failed
0000.003 () Opened log file at time: Tue, 14 Apr 2020 21:14:04 +0000 on http://www.spwcareers.com
0000.004 () UpdraftPlus WordPress backup plugin (https://updraftplus.com): 1.16.23 WP: 5.4 PHP: 7.3.12 (cgi-fcgi, Linux n3nlwpweb063.prod.ams3.secureserver.net 2.6.32-896.16.1.lve1.4.51.el6.nfsfixes.x86_64 #1 SMP Wed Mar 21 11:58:39 MST 2018 x86_64) MySQL: 5.7.26-29-log WPLANG: en_GB Server: Apache safe_mode: 0 max_execution_time: 900 memory_limit: 256M (used: 5.7M | 6M) multisite: N openssl: OpenSSL 1.0.1e 11 Feb 2013 mcrypt: Y LANG:  ZipArchive::addFile: Y
0000.004 () Free space on disk containing Updraft's temporary directory: 355095083.5 MB
0000.002 () Opened log file at time: Tue, 14 Apr 2020 21:14:05 +0000 on http://www.spwcareers.com
0000.003 () UpdraftPlus WordPress backup plugin (https://updraftplus.com): 1.16.23 WP: 5.4 PHP: 7.3.12 (cgi-fcgi, Linux n3nlwpweb063.prod.ams3.secureserver.net 2.6.32-896.16.1.lve1.4.51.el6.nfsfixes.x86_64 #1 SMP Wed Mar 21 11:58:39 MST 2018 x86_64) MySQL: 5.7.26-29-log WPLANG: en_GB Server: Apache safe_mode: 0 max_execution_time: 900 memory_limit: 256M (used: 5M | 4M) multisite: N openssl: OpenSSL 1.0.1e 11 Feb 2013 mcrypt: Y LANG:  ZipArchive::addFile: Y
0000.003 () Free space on disk containing Updraft's temporary directory: 355095130 MB
0000.066 () Restore failed...
0000.066 () Restore failed...
0000.066 () Error message: Backup does not exist in the backup history (1586793900)
0000.066 () Restore failed

Reporting Email Address Changed?

$
0
0

Replies: 2

I had the option checked to receive a basic reporting email after a backup was completed.

The format was always WordPress <wordpress@name of my site> with subject line backed up and name of site and date, time.

Yesterday I received an email but with a warning from Google that it might be spoofed.

Reason: subject line was normal as was body of email but this time the sender appeared as name of my site via name of site.

Did Updraft change the format or is there really a chance the email was spoofed?

Any insights appreciated, thanks.

Sauvegarde non terminé

$
0
0

Replies: 1

Salut,
J’essaye de faire une sauvegarde, mais à chaque fois il y a écrit “non terminé” !

Pourquoi ça ?

Voici ma version : Version: 1.16.23

Semaphore Lock for UpdraftPlus backup

$
0
0

Replies: 1

Hi,

When i try to backup a site with UpdraftPlus it gives me an error …

0000.000 (0) Opened log file at time: Wed, 15 Apr 2020 06:53:02 +0000 on https://onelifefitness.ie
0000.012 (0) UpdraftPlus WordPress backup plugin (https://updraftplus.com): 1.16.23 WP: 5.3.2 PHP: 7.3.16 (cgi-fcgi, Linux pemlinng013.blacknight.com 2.6.32-954.3.5.lve1.4.75.el6.x86_64 #1 SMP Mon Dec 9 08:24:48 EST 2019 x86_64) MySQL: 5.7.29 WPLANG: en_US Server: Apache safe_mode: 0 max_execution_time: 900 memory_limit: 256M (used: 5.6M | 8M) multisite: N openssl: OpenSSL 1.0.2k  26 Jan 2017 mcrypt: N LANG:  ZipArchive::addFile: Y
0000.018 (0) Free space on disk containing Updraft's temporary directory: 150090.6 MB
0000.034 (0) Tasks: Backup files: 1 (schedule: unset) Backup DB: 1 (schedule: unset)
0000.044 (0) Semaphore (fd, wp_options) being initialised
0000.065 (0) Requesting semaphore lock (fd) (apparently not via scheduler)
0000.075 (0) Semaphore lock (fd, wp_options) failed (line 43)
0000.079 (0) Failed to gain semaphore lock (fd) - another backup of this type is apparently already active - aborting (if this is wrong - i.e. if the other backup crashed without removing the lock, then another can be started after 3 minutes)

I’ve tried wiping the updraft plus details but no luck. I’ve tried activating and deactivating no luck.
I get a message

Congratulations! Your first backup is running.
But to avoid server-wide threats backup regularly to remote cloud storage in settings

I’m using the latest updraftplus. It’s on a linux server. My host support says that there’s no problem with the server. The backup file is writable. There’s 8KB used in the updraftplus backup folder on the host server ( where i’m saving the backup).

Help

Error with php version 7.4

$
0
0

Replies: 1

I just want to report that the backup crashes if my hosting uses php version 7.4. Using 7.3 everything works perfectly.

  • This topic was modified 4 hours, 56 minutes ago by aranuir.
Viewing all 12519 articles
Browse latest View live