go into advanced settings and check ‘use wpdb’ and click backup, that might work.
Thanks.
The backup was successful with that setting.
I downloaded the zip file and restored it into my Instant WP localhost site.
Everything went smooth until I tried to access the site. Instead of login, it started the WP install process.
I deleted the entire site and build a clean one and repeated the process with the same results.
Any suggestions?
open the downloaded zip file and extract the database.sql and prefix.txt files inside the wpclone_backup folder. see whether the database.sql file is blank (for reference, a sample sql file can be found here)
there’s a bug where the prefix isn’t updated on some windows computers (fixed in the next version), open prefix.txt, if it’s anything other than wp_ and you’re on a windows pc, then that’s probably why you were seeing the installation prompt. you’ll be able to see the cloned site by editing the table_prefix in your local site’s wp-config.php file.
Thank you for your response.
I looked in the prefix.txt file and it shows “WP-“
I looked in the database.sql file and it is 2m and not blank.
My WP-Clone read.me shows:
=== WP Clone by WP Academy ===
Contributors: wpacademy
Donate link: http://wpacademy.com/software
Tags: wp academy, wpacademy, move wordpress, copy wordpress, clone wordpress, install wordpress, wordpress hosting, backup, restore
Author URI: http://wpacademy.com
Plugin URI: http://wpacademy.com/software
Requires at least: 3.0
Tested up to: 4.3
Stable tag: 2.2
********
I really like the improvements allowing rescan of files.
I looked in the database and it has not be updated with the download information. It is the fresh install information only.
I appreciate your help and await further suggestions.
Rick
it could be an incompatibility with instant wp, I’ll take a look
Update: I set up a new website using DesktopServer and did the restore from the same backup.zip. It was successful.
I then checked the Instant WordPress download site and found a newer version than mine. I did the same test again (new site and restore) this time it was successful as well.
Yes, there seemed to be something in IWP that was the issue and they found it. (without my help).
Thank you for your assistance and your product.
Rick
Hi – I’m getting the same SQL error message.
I went into Advance Settings and ticked use wpdb but it didn’t work, just sits on a blank page ?
during backup or during restore?
HI – it was on backup. However I think it may have been to do with the file size (was around 1 GB). I’ve since deleted a lot of archive and video files to reduce the overall size of backup and it worked.
if you click advanced settings, there’s an option to exclude directories.
OK. Which directories / files does it exclude?
that depends, say that you have a bunch of videos inside wp-content/uploads/my-videos, instead of deleting them, you could go into the advanced settings and enter uploads/my-videos into the excluded directories box and the files inside that directory will not be added to the backup.
Thanks. I’ve now managed to backup successfully. Then when doing a restore from URL into a sub directory WP install I’m getting the SQL issue again.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
The plugin encountered an error while cloning the database,the following error message was returned:
Error Message : MySQL server has gone away
Temporary files created in /home/hurric17/public_html/01/wp-content/wpclone-temp will be deleted.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
The max_execution_time = 1200
Any clues?
Thanks
install the development version https://wordpress.org/plugins/wp-clone-by-wp-academy/developers/
in advanced settings, check ‘refresh mysql connection’ and try again.