_tpl_vars;
$this->_smarty_include("location.tpl", array('last_location' => "Database Backup/Restore"));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
This section is used to backup the Database or restore the Database from .sql file.
_tpl_vars['updates_msg']): ?>
_tpl_vars['updates_msg'] == 'backup_success'): ?>
The database was successfully backuped to the file '_tpl_vars['sqldump_file']; ?>
'
_tpl_vars['updates_msg'] == 'file_not_found'): ?>
SQL file was not found
_tpl_vars['updates_msg']['type'] == 'upload_error'): ?>
File upload error [_tpl_vars['updates_msg']['code']; ?>
]
_smarty_vars['capture']['dialog'] = ob_get_contents(); ob_end_clean(); ?>
_tpl_vars;
$this->_smarty_include("dialog.tpl", array('title' => 'Message','content' => $this->_smarty_vars['capture']['dialog'],'extra' => "width=100%"));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
Note: Database backup can take several minutes. Please be patient.
Note: Database restoring can take several minutes. Please be patient.
_smarty_vars['capture']['dialog'] = ob_get_contents(); ob_end_clean(); ?>
_tpl_vars;
$this->_smarty_include("dialog.tpl", array('title' => "Database Backup/Restore",'content' => $this->_smarty_vars['capture']['dialog'],'extra' => "width=100%"));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>