Title: OnionBazaar's Replies | WordPress.org

---

# OnionBazaar

  [  ](https://wordpress.org/support/users/onionbazaar/)

 *   [Profile](https://wordpress.org/support/users/onionbazaar/)
 *   [Topics Started](https://wordpress.org/support/users/onionbazaar/topics/)
 *   [Replies Created](https://wordpress.org/support/users/onionbazaar/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/onionbazaar/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/onionbazaar/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/onionbazaar/engagements/)
 *   [Favorites](https://wordpress.org/support/users/onionbazaar/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Backup & Restore Manager] download button missing](https://wordpress.org/support/topic/download-button-missing-3/)
 *  Plugin Author [OnionBazaar](https://wordpress.org/support/users/onionbazaar/)
 * (@onionbazaar)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/download-button-missing-3/#post-14362656)
 * 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” ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Backup & Restore Manager] download button missing](https://wordpress.org/support/topic/download-button-missing-3/)
 *  Plugin Author [OnionBazaar](https://wordpress.org/support/users/onionbazaar/)
 * (@onionbazaar)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/download-button-missing-3/#post-14170427)
 * 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`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Backup & Restore Manager] awesome you started this project!](https://wordpress.org/support/topic/awesome-you-started-this-project/)
 *  Plugin Author [OnionBazaar](https://wordpress.org/support/users/onionbazaar/)
 * (@onionbazaar)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/awesome-you-started-this-project/#post-13061262)
 * 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)