Welcome Guest, Not a member yet? Register   Sign In
cron command doesn't work in contropanel
#3

[eluser]yusuf[/eluser]
misplacedme,

Thanks for your reply. corn was used for backup, remainder etc

backup script is

function backup()
{
// Set memory_limit to -1 so we won't get errors.
ini_set('memory_limit', '120m');
ini_set('display_errors',1);
error_reporting(E_STRICT);

$this->load->dbutil();
$backup =& $this->dbutil->backup();

// Load the file helper and write the file to your server
$this->load->helper('file');
var_dump(write_file('backups/dbbak' . date('Y-m-d') . '.gz', $backup));

// Load the download helper and send the file to your desktop
$this->load->helper('download');
}

is there any error please reply me


Messages In This Thread
cron command doesn't work in contropanel - by El Forum - 06-29-2011, 01:00 AM
cron command doesn't work in contropanel - by El Forum - 06-29-2011, 08:35 AM
cron command doesn't work in contropanel - by El Forum - 06-29-2011, 09:15 AM
cron command doesn't work in contropanel - by El Forum - 06-29-2011, 09:50 AM
cron command doesn't work in contropanel - by El Forum - 06-29-2011, 12:04 PM
cron command doesn't work in contropanel - by El Forum - 06-29-2011, 02:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB