I'm actually getting the same problem. It has worked the past two weeks since installing. Nothing has changed. Now, I am getting the error page on a blank page and nothing is being backed up on my server either.
I'm actually getting the same problem. It has worked the past two weeks since installing. Nothing has changed. Now, I am getting the error page on a blank page and nothing is being backed up on my server either.
I got playing with the script and came up with this
I simply changed the line
if (strlen($pathfile) > 99) die('Error'); in admin/backup_mysite.php
to
if (strlen($pathfile) > 9999) die('Error');
This corrected the problem of it not saving to your computer and also not backing up the entire site. Not sure why changing it from 99 to 9999 worked. So, the update was found by accident. It may have something to do with the number of files it will back up??? Not sure.