OnionBazaar
Forum Replies Created
-
Forum: Plugins
In reply to: [Backup & Restore Manager] download button missingsorry 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
In reply to: [Backup & Restore Manager] download button missingsure lets give it a try.
The download button is only displayed when the call
is_path_accessible( Path::get_path() )returns true, seefunctions/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/htmlForum: Plugins
In reply to: [Backup & Restore Manager] awesome you started this project!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