i did at line 75 what you said :
- now when i select gzip or false, i got a saved database each time i go to a page in admin
- if i select zip, i got a save in pure sql mode , with the message shown below, but i think it s not reveleant it s just that the variables not selected in admin configuration are not defined :
Quote
Notice: Undefined variable: zip in v:\easyphp\www\ms2fr\shop\admin\includes\auto_backup_db.php on line 167
Notice: Undefined variable: gzip in v:\easyphp\www\ms2fr\shop\admin\includes\auto_backup_db.php on line 167
line 168 is :
$database_saved =' Database Backup is completed' . ($zip ? ' and zipped.' : ($gzip ? ' and gzipped.' : '.'));
* notice-> even if at the beginning the backup folder was empty , the backup save files
* by the way the link here :
Quote
<a href="backups/'.$at_backup_file.
should be using : DIR_FS_BACKUP instead no ?
* last error sown :
Use of undefined constant SUCCESS_DATABASE_SAVING - assumed 'SUCCESS_DATABASE_SAVING' in v:\easyphp\www\ms2fr\shop\admin\includes\auto_backup_db.php on line 79
it s true i got written when the database saves itself only :
Quote
Avertissement SUCCESS_DATABASE_SAVING
Succès Database Backup is completed and gzipped.: Check SQL