• When I click on backup, I receive the next error message:

    The plugin encountered an error during the restore process,the following error message was returned:
    Error Message : The provided URL () is either not valid or empty

    What I don’t understand is that I didn’t click on the restore from url button, but above error would suggest that I did. The only thing I can think of, that could be a problem for this plugin to work, is my Better wp security settings. Although I didn’t put the settings on the strongest restrictions.

    https://www.ads-software.com/extend/plugins/wp-clone-by-wp-academy/

Viewing 15 replies - 31 through 45 (of 55 total)
  • bingo! my mistake ??
    basically,we have been using the WP filesystem to do all the file operations during the restore process,but beginning with 2.1.3,I moved the backup process into that as well.
    when you get that FTP dialog,WP filesystem lets us pass all the form fields from the previous page as hidden fields so we could continue with the interrupted process,and we need to specify those form fields beforehand and as it turns out I had forgotten to add the form field that invokes the backup process,and it was moving onto the next available option. anyways,that’s my theory lol,but yeah that should be easy to test since we have a live server ??

    Thread Starter snielsss

    (@snielsss)

    Have you had the time to test it?

    Thread Starter snielsss

    (@snielsss)

    I added my ftp login to wp-config, so this would bypass the ftp login screen. The plugin does generate a backup, with a successful message. But the backup is way to small, and It gives me 4 errors all related to the plugins functions file:

    Warning: fopen(**/wp-content/uploads/wp-clone/wpclone_backup/database.sql) [function.fopen]: failed to open stream: No such file or directory in **/plugins/wp-clone-by-wp-academy/lib/functions.php on line 123

    Warning: fwrite(): supplied argument is not a valid stream resource in **/plugins/wp-clone-by-wp-academy/lib/functions.php on line 124

    Warning: fclose(): supplied argument is not a valid stream resource in **/plugins/wp-clone-by-wp-academy/lib/functions.php on line 125

    Warning: Invalid argument supplied for foreach() in **/plugins/wp-clone-by-wp-academy/lib/functions.php on line 437

    yup same here,I’m gonna change it back to the way it was before (with a minor modification that I’ve been meaning to add for a while),I’ll let you know when it’s in the trunk..

    Thread Starter snielsss

    (@snielsss)

    thanks!

    Having the same problem while trying to make a backup.
    The provided URL () is either not valid or empty

    were you asked to enter FTP details as well?

    Yes, FTP details too.

    I am having the same issue. getting the error:

    The plugin encountered an error during the restore process,the following error message was returned:
    Error Message : The provided URL “” is either not valid or empty

    when i try to back up my site. strange that it says “during the restore process” as i’m not trying to restore.

    i was asked to supply my FTP information, and then got this error after submitting.

    I’m having the same problem. I was excited to see the quick response, and the potential for a solution, but it looks like the conversation petered out before the solution was posted. Hopefully a solution is forthcoming?

    Here’s a new permutation:
    I’m asked for my FTP info, as the other users were.
    I had previously attempted to create a backup, which DIDN’T ask me for FTP info, but hung for a while and then resulted in a page with the text:

    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 ); }); } } });

    (No idea what to do with this.)

    If I go back to the WP Clone panel, it shows no existing backup, and when I hit Backup again, THEN I’m getting the FTP details form. Which doesn’t work, as per the previous posters.

    One further thing:
    I found a folder in my wp-content/blogs.dir/1/files folder, named “wp-clone”, that contains a backup of SOME of my wordpress data, but leaves out a large chunk of my main blog data.

    Interestingly, the backup seems to contain an infinite-recursive loop of folders, as so:
    wp-content/blogs.dir/1/files/wp-clone/wpclone_backup/wp-content/blogs.dir/1/files/wp-clone/wpclone_backup/wp-content/blogs.dir/1/files/wp-clone/wpclone_backup/wp-content/blogs.dir/1/files/wp-clone/wpclone_backup/wp-content … and so on.

    If I delete the wp-clone folder, and try the backup again, it again DOESN’T ask for FTP info but fails with the above code block. And then on subsequent tries it asks for FTP info again.

    Thoughts?
    Seth

    Hi,

    any news? Having the same Problem, also asked for FTP-server…

    I resolved it… By using a different plugin: XCloner. Worked just fine.

    https://www.ads-software.com/plugins/xcloner-backup-and-restore/

    Seth

    Oh also the recursive nested folders were a real mess. They were too deep to delete. Took me an hour to untangle them enough to delete them. What a mess.

    i used the duplicator plugin, worked for me (small site), not that comfortable at all.
    normaly its to transfer sites to/from a local server, but also works to clone a site on the server, just copy the installer.php and the zipped data-file in the new root directory an start installation with https://www.xxx.xx/installer.php

    The only thing you need in addition are user and pwd for a new database…

    I second Duplicator, and have used it successfully several times before, going from local to live.

    It’s a shame that this thread seems to have been ignored lately. If I could get it to work, the advantage of this plugin over Duplicator would be that I could push changes back and forth between dev/live versions of a site without having to re-enter DB info every time.

Viewing 15 replies - 31 through 45 (of 55 total)
  • The topic ‘Error Message : The provided URL () is either not valid or empty’ is closed to new replies.