Quantcast
Channel: updraftplus – WordPress.org Forums
Viewing all 1086 articles
Browse latest View live

Wingers574 on "[Plugin: UpdraftPlus WordPress Backup Plugin] Wordfence and UpdraftPlus Compatibility?"

$
0
0

Updraftplus: 2.12.18.22
Wordfence: 6.1.14
Wordpress 4.6

I run a lot of sites and use WordFence on most of them and Updraftplus on all of them. I periodically check them all to make sure everything is up to date and take an independent backup.

I have just come across a scenario where I requested a backup in Updraftplus, the dialogue and user feedback was normal, the backup was created. When I switched to the backup view and attempted to download them the yellow bar that normally appears to indicate that the backup was being prepared did not appear.

As I had also just reconfigured the firewall in WordFence which is a quite recent addition, I suspected an interaction between the two. I deactivated WordFence and then went back to the backup screen and tried to regenerate them. They worked this time and I was able to download them.

I turned WordFence back on and it still works ok. I have not got around to checking any other sites yet, this happened this morning (22 Aug 16) with up to date code for everything.

I could not detect anything in the .htaccess file that might limit the functionality of Updraftplus while Wordfence was installed and running.

As I continue going around my sites if I see it again I will report it here. Right now the problem is resolved for me anyway.

https://wordpress.org/plugins/updraftplus/


DNutbourne on "[Plugin: UpdraftPlus WordPress Backup Plugin] Wordfence and UpdraftPlus Compatibility?"

$
0
0

Hi,

It is possible that there was a temporary glitch that prevented the download from triggering.

If the issue arises again, could you turn on the UpdraftPlus debug mode? This option can be found in the 'expert settings' section of the Settings tab.
Then, attempt to download the file again.

This will create a log file in the 'wp-content/updraft' directory of your site. Could you then send us a copy of that log?

evilknevil on "[Plugin: UpdraftPlus WordPress Backup Plugin] Getting an error when trying to authenticate with Google drive"

$
0
0

Hello,

I keep receiving this error when trying to authenticate Google Drive using UpdraftPlus:
Bad response when contacting Google: GnuTLS recv error (-9): A TLS packet with unexpected length was received.

I have been into the Google drive account and Google API section and everything looks to be correct.

*Spoke to host and they said they do not block plugins?..

No idea what is happening..UPdraftPlus used to work...just throwing this error now?

https://wordpress.org/plugins/updraftplus/

traypup on "[Plugin: UpdraftPlus WordPress Backup Plugin] Getting an error when trying to authenticate with Google drive"

David Venter on "[Plugin: UpdraftPlus WordPress Backup Plugin] Backup to iCloud"

David Anderson on "[Plugin: UpdraftPlus WordPress Backup Plugin] Backup to iCloud"

DNutbourne on "[Plugin: UpdraftPlus WordPress Backup Plugin] Getting an error when trying to authenticate with Google drive"

$
0
0

@evilknevil The error that you are seeing is an error coming from the low-level SSL library on the webserver, and isn't something that WordPress plugins can directly access; at the plugin level, the plugin just says "please open an SSL connection to drive.google.com".

We have found in the past that the error indicates that the host is firewalling the outgoing network connection.

@traypup Please could you double check the redirect URL in both your site and the Google Project?

illuminomics on "[Plugin: UpdraftPlus WordPress Backup Plugin] after Restore to old version - Database Update required"

$
0
0

Hi David,
i don't know how i could have missed your reply then. It was, for sure, a major disaster but the Kourse Theme support was also trying to assist.
This is where we now stand as of aug 29, 2016:
- The site is up and running and looks good.
- BUT Kourse DEV suppport, which we paid for, said then that the issue was with Visual Composer, and after digging deeper, they said they had to withdraw support. They couldn't work with VC any longer.
- So, needing the site asap, we opted for going with the 4.5 WP version.
- We still have a sight which we are nervous about keeping up to date. Afraid any changes, updates or additions will break it.
- Do you know of or have any record of the problems with VC and Kourse or other themes? I could find no other documentation on this issue.
- What are our options?
-- Can we now safely update?
-- Is Kourse still being maintained? If not, why is it still being presented as an option?
-- Can we upload our content into a similar theme?
-- Which themes have a similar functionality?
thank you so much for your support!
cheers -
cathy
illuminomics
http://www.illuminomics.com


zeudex on "[Plugin: UpdraftPlus WordPress Backup Plugin] Getting an error when trying to authenticate with Google drive"

$
0
0

Please me too have been trying to authenticate the updraftplus wordpress plugin with my google drive and keep getting this error "Bad response when contacting Google: cURL error 7: Failed to connect to accounts.google.com port 443: Connection refused."; Please can somebody help...?

David Anderson on "[Plugin: UpdraftPlus WordPress Backup Plugin] Getting an error when trying to authenticate with Google drive"

$
0
0

@zeudex: That message means that your webserver currently lacks network connectivity to Google.

David

UpdraftPlus Restore issue

$
0
0

Having issues using Updraft for my restores.

The backup was from MySQL 5.5.44 and the Restore is on the same version.

I’m getting these errors:

n error (1) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\”wp_options\”‘ at line 1 – the database query being run was: DROP TABLE IF EXISTS \”wp_options\”
An error (2) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘”wp_options” ( “option_id” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “optio’ at line 1 – the database query being run was: CREATE TABLE “wp_options” ( “option_id” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “option_name” …
Restoring table ((?)): “wp_users”
Table to be implicitly dropped: “wp_users”
An error (3) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\”wp_users\”‘ at line 1 – the database query being run was: DROP TABLE IF EXISTS \”wp_users\”
An error (4) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘”wp_users” ( “ID” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “user_login” va’ at line 1 – the database query being run was: CREATE TABLE “wp_users” ( “ID” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “user_login” varchar(6 …
An error (5) occurred: – Table ‘wordpress.wp_users’ doesn’t exist – the database query being run was: INSERT INTO wp_users VALUES (1, ‘lafwpadmin’, ‘$P$BROrdWohzA8IzBClITWjERRxhyc2TA1’, ‘lafwpadmin’, …
Restoring table ((?)): “wp_usermeta”
Table to be implicitly dropped: “wp_usermeta”
An error (6) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\”wp_usermeta\”‘ at line 1 – the database query being run was: DROP TABLE IF EXISTS \”wp_usermeta\”
An error (7) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘”wp_usermeta” ( “umeta_id” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “user_’ at line 1 – the database query being run was: CREATE TABLE “wp_usermeta” ( “umeta_id” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “user_id” big …
An error (8) occurred: – Table ‘wordpress.wp_usermeta’ doesn’t exist – the database query being run was: INSERT INTO wp_usermeta VALUES (1, 1, ‘nickname’, ‘lafwpadmin’), (2, 1, ‘first_name’, ”), (3, 1, …
Restoring table ((?)): “wp_commentmeta”
Table to be implicitly dropped: “wp_commentmeta”
An error (9) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\”wp_commentmeta\”‘ at line 1 – the database query being run was: DROP TABLE IF EXISTS \”wp_commentmeta\”
An error (10) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘”wp_commentmeta” ( “meta_id” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “com’ at line 1 – the database query being run was: CREATE TABLE “wp_commentmeta” ( “meta_id” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “comment_id …
Restoring table ((?)): “wp_comments”
Table to be implicitly dropped: “wp_comments”
An error (11) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\”wp_comments\”‘ at line 1 – the database query being run was: DROP TABLE IF EXISTS \”wp_comments\”
An error (12) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘”wp_comments” ( “comment_ID” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “com’ at line 1 – the database query being run was: CREATE TABLE “wp_comments” ( “comment_ID” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “comment_po …
Restoring table ((?)): “wp_links”
Table to be implicitly dropped: “wp_links”
An error (13) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\”wp_links\”‘ at line 1 – the database query being run was: DROP TABLE IF EXISTS \”wp_links\”
An error (14) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘”wp_links” ( “link_id” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “link_url”‘ at line 1 – the database query being run was: CREATE TABLE “wp_links” ( “link_id” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “link_url” varcha …
Restoring table ((?)): “wp_postmeta”
Table to be implicitly dropped: “wp_postmeta”
An error (15) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\”wp_postmeta\”‘ at line 1 – the database query being run was: DROP TABLE IF EXISTS \”wp_postmeta\”
An error (16) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘”wp_postmeta” ( “meta_id” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “post_i’ at line 1 – the database query being run was: CREATE TABLE “wp_postmeta” ( “meta_id” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “post_id” bigi …
An error (17) occurred: – Table ‘wordpress.wp_postmeta’ doesn’t exist – the database query being run was: INSERT INTO wp_postmeta VALUES (42, 42, ‘_edit_last’, ‘7’), (43, 42, ‘_wp_page_template’, ‘default …
Restoring table ((?)): “wp_posts”
Table to be implicitly dropped: “wp_posts”
An error (18) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\”wp_posts\”‘ at line 1 – the database query being run was: DROP TABLE IF EXISTS \”wp_posts\”
An error (19) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘”wp_posts” ( “ID” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “post_author” b’ at line 1 – the database query being run was: CREATE TABLE “wp_posts” ( “ID” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “post_author” bigint(2 …
An error (20) occurred: – Table ‘wordpress.wp_posts’ doesn’t exist – the database query being run was: INSERT INTO wp_posts VALUES (42, 4, ‘2016-06-28 17:39:33’, ‘2016-06-28 17:39:33’, ‘[et_pb_section …
An error (21) occurred: – Table ‘wordpress.wp_posts’ doesn’t exist – the database query being run was: INSERT INTO wp_posts VALUES (653, 4, ‘2016-06-28 19:51:44’, ‘2016-06-28 19:51:44’, ‘[et_pb_section …
An error (22) occurred: – Table ‘wordpress.wp_posts’ doesn’t exist – the database query being run was: INSERT INTO wp_posts VALUES (690, 4, ‘2016-06-28 22:37:29’, ‘2016-06-28 22:37:29’, ‘[et_pb_section …
An error (23) occurred: – Table ‘wordpress.wp_posts’ doesn’t exist – the database query being run was: INSERT INTO wp_posts VALUES (783, 6, ‘2016-07-26 20:27:28’, ‘2016-07-26 20:27:28’, ‘[et_pb_section …

Thank you

Devon

https://wordpress.org/plugins/updraftplus/

Wordfence and UpdraftPlus Compatibility?

$
0
0

Updraftplus: 2.12.18.22
Wordfence: 6.1.14
Wordpress 4.6

I run a lot of sites and use WordFence on most of them and Updraftplus on all of them. I periodically check them all to make sure everything is up to date and take an independent backup.

I have just come across a scenario where I requested a backup in Updraftplus, the dialogue and user feedback was normal, the backup was created. When I switched to the backup view and attempted to download them the yellow bar that normally appears to indicate that the backup was being prepared did not appear.

As I had also just reconfigured the firewall in WordFence which is a quite recent addition, I suspected an interaction between the two. I deactivated WordFence and then went back to the backup screen and tried to regenerate them. They worked this time and I was able to download them.

I turned WordFence back on and it still works ok. I have not got around to checking any other sites yet, this happened this morning (22 Aug 16) with up to date code for everything.

I could not detect anything in the .htaccess file that might limit the functionality of Updraftplus while Wordfence was installed and running.

As I continue going around my sites if I see it again I will report it here. Right now the problem is resolved for me anyway.

https://wordpress.org/plugins/updraftplus/

Getting an error when trying to authenticate with Google drive

$
0
0

Hello,

I keep receiving this error when trying to authenticate Google Drive using UpdraftPlus:
Bad response when contacting Google: GnuTLS recv error (-9): A TLS packet with unexpected length was received.

I have been into the Google drive account and Google API section and everything looks to be correct.

*Spoke to host and they said they do not block plugins?..

No idea what is happening..UPdraftPlus used to work…just throwing this error now?

https://wordpress.org/plugins/updraftplus/

Backup to iCloud

$
0
0

Please add iCloud Drive as a remote backup option!

https://wordpress.org/plugins/updraftplus/

Resumption Loop when backing up large directories

$
0
0

Hey, the plugin works great for me most of the time. It completes the database backup in under a minute, as well as some of the file backups, but when I try to backup my Uploads or Plugins (85 MB and 35.5 MB respectively) it won’t ever (successfully) finish the backup, it just enters a resumption loop then it fails. I assume that this is because of the file size.

I noticed that in other posts it was often recommended that I decrease the zip split size, and at 20 MB it still enters the resumption loop. My control panel (Plex) says I have a 60 second execution time and a 128M memory limit.

Any help would be greatly appreciated! 🙂
Backup Log


Updraft plus problem with Cohe theme

$
0
0

Hi alls
a bug appeared with javascript or jquery on Updraft plus
after running well during weeks .
after have desactivated plugins and theme (Cohe viva hotel) , it is the theme which cause problem
also i cannot screen the pics of the media interface of wordpress the site run well but i cannot manage my pics on the site
thank you for your help

Excellent backup tool. Works automatically or manually.

$
0
0

UpdraftPlus is an excellent ‘set and forget’ backup tool that automatically syncs with one’s DropBox account. What a perfect solution.

As well as being able to schedule automatic weekly backups, users can also manually create a backup at any point in time that suits them.

UpdraftPlus is rock solid

$
0
0

I’ve used the free version for all the websites I manage and it has come through over and over again. Always reliable. I’ve also purchased the Migrator extension and it makes website migration fast and effortless. My top WP developer tool.

UpdraftPlus + DesktopServer + Google Drive: Account is not authorized.

$
0
0

Hello,

This is my first time trying out UpdraftPlus. I have a local installation of WordPress running in a DesktopServer environment. I’ve configured everything on the Google Drive API side of things and in the plugin settings for UpdraftPlus. However, when the backup runs, it gives this error in the status screen and log file:

Google Drive: Account is not authorized.

Does UpdraftPlus not work with Google Drive when run from a non-public site? I did give the Google Drive API the redirect URI, similar to this:

http://<mylocalsitename>.dev/wp-admin/options-general.php?action=updraftmethod-googledrive-auth

(with <mylocalsitename> replaced with the true name)

DesktopServer has a made up TLD of .dev that points to localhost.

After putting the above into the credentials page of the Google API settings, and waiting a few minutes, I was able to click on the link in the UpdraftPlus settings page to authenticate to Google Drive:

http://<mylocalsitename>.dev/wp-admin/options-general.php?action=updraftmethod-googledrive-auth&page=updraftplus&updraftplus_googleauth=doit

That did return an error initially, but worked after several minutes.

The next time the backup tried to run, it still returned: Account is not authorized.

I’m guessing this might be due to having a non-publicly accessible URL for the local install, but thought I’d ask to be sure.

Thanks,
David

I receive Waiting until scheduled time to retry because of errors

$
0
0

Hello guys,

I connected and created my api keys trough google api mannager as described in your tutorial, but when I try to create a backup I always get the following message:

“Waiting until scheduled time to retry because of errors”,

also in the error log I have this line bellow:

“There were errors in the uploads, so the ‘resume’ event is remaining scheduled”

What can I do regarding to this,

thank you!

Viewing all 1086 articles
Browse latest View live


Latest Images