Can't create backup
-
I’m a HUGE fan of Wp Clone. It has helped me countless time.
For the first time, though, I can’t create a backup. I’ve tried at least 25 times, and I can’t. After going to the original site I want to migrate and clicking on “Create Backup” a new page starts loading and then I get this:
lib/js/ZeroClipboard.swf’ } ); /**workaround for firefox versions 18 and 19. https://bugzilla.mozilla.org/show_bug.cgi?id=829557 https://github.com/jonrohan/ZeroClipboard/issues/73 */ var enableZC = true; var is_firefox18 = navigator.userAgent.toLowerCase().indexOf(‘firefox/18’) > -1; var is_firefox19 = navigator.userAgent.toLowerCase().indexOf(‘firefox/19’) > -1; if (is_firefox18 || is_firefox19) enableZC = false; if ( $( “.restore-backup-options” ).length ) { $( “.restore-backup-options” ).each( function() { var clip = new ZeroClipboard( $( “a.copy-button”,this ) ); /** FF 18/19 users won’t see an alert box. */ if (enableZC) { clip.on( ‘complete’, function (client, args) { alert( “Copied to clipboard:\n” + args.text ); }); } }); } else { var clip = new ZeroClipboard( $( “a.copy-button” ) ); /** FF 18/19 users won’t see an alert box. */ if (enableZC) { clip.on( ‘complete’, function (client, args) { alert( “Copied to clipboard:\n” + args.text ); }); } } });
Once in a while a backup will appear a couple of minutes later, but when I try to install that backup on the site I get a similar mistake on the new site.
If anyone could help me out, I would
- GREATLY, GREATLY
appreciate it.
https://www.ads-software.com/plugins/wp-clone-by-wp-academy/
- The topic ‘Can't create backup’ is closed to new replies.