Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author OnionBazaar

    (@onionbazaar)

    sorry for the late response.

    Please click the “Help”-tab in the upper right corner of the plugin and open “Server Info” in the menu. Can you please tell us the values of “ABSPATH” and “Site Root Path” ?

    Plugin Author OnionBazaar

    (@onionbazaar)

    sure lets give it a try.

    The download button is only displayed when the call is_path_accessible( Path::get_path() ) returns true, see functions/core.php @ line 198 in the plugin directory. Try adding the following lines at the top of that function:

    file_put_contents( Path::get_path() . '/debug.txt',  'check if ' . $dir . ' contains ' . Path::get_home_path() );
    return true;

    The Download button should be there now, does it work? Check the debug.txt created in your backup directory and let us know what it says, on a working machine it looks something like this:

    check if /var/www/html/wp-content/backupwordpress-17f54d7318-backups contains /var/www/html

    Plugin Author OnionBazaar

    (@onionbazaar)

    Hey thanks, yeah we feel the same about BUWP.. It was our first choice after looking for a backup plugin to integrate into our web store. And since we were extending it anyway to add a restore function, we thought might aswell fork it to a new plugin and keep the development alive. Hit us up if you ever need assistance or run into a bug,

    regards
    OB

Viewing 3 replies - 1 through 3 (of 3 total)