Quote:
Originally Posted by Carl Anderson
Thanks I did as you suggested and I get the same.. I do have a directory with 777 permissions set at ./backups
here is what I get..
Failover was initiated for MySQLDump Binary & An error occured during the MySQL backup. Details (Could not open Destination SQL file for writing. (./backups/03_27_05.sql))
|
Try using the full path to the backup file instead. Inside the AdminCP take a look at your phpinfo() it should give you the full path to your document root.
Have you tried
$_SERVER['DOCUMENT_ROOT'].'/backups';
that would be placing the backup in the backups folder directly inside whatever your html directory is.
Other than that, I don't know what to tell you, other than get safemode turned off if it is currently on.