I’ve got an odd problem here. For the most part this plugin works great. On my dev server, production server and most hosting providers I have used it on the plugin is flawless. However, As I am helping a few people add it to their WP installs I am running into a problem.
On sites hosted at Velcom (https://www.velcom.com/) I am getting the following error (the wp-backup-db folder is chmod’d to 777):
Warning: filesize(): Stat failed for /usr/www/user/domain.com/www/wp/wp-backup-db//1120842641_-_SiteManager.sql (errno=2 – No such file or directory) in /usr/www/user/domain.com/www/wp/wp-admin/database-manager.php on line 89
Warning: unlink(/usr/www/user/domain.com/www/wp/wp-backup-db//1120842641_-_SiteManager.sql): No such file or directory in /usr/www/user/domain.com/www/wp/wp-admin/database-manager.php on line 90
I’ve tried changing the code from:
$backup['path'] = ABSPATH . 'wp-backup-db/';
to:
$backup[‘path’] = ABSPATH . ‘wp-backup-db’;`
But that does not help either. Has anyone seen a solution to this?