I know you have answered this a million times, but I just can't seem to specify
the destination folder correctly.
On my Server, my Folder structure is:
anon_ftp
bin
cgi-bin
conf
error_docs
httpdocs
httpsdocs
pd
private
statistics
subdomains
web_users
I have added a folder under the anon_ftp folder and called it dbbackup
I have changed the attributes to 777 for this folder, AND for the anon_ftp parent folder.
All my vBulletin files/folders are stored directly under the httpdocs folder.
In my mysqlbackupconfig.php file, I am specifying the backup directory as
$backup['DUMP_PATH'] = '../../anon_ftp/dbbackup/';
I have tried it with 1 set of double dots, 2 sets, 3 sets, 4 sets, and no sets.....
When I run it, in ALL cases I get the infamous Error message........
"An error occured during the Backup : Could not open Destination SQL file for writing."
What in hell am I doing wrong ?????
|