Quote:
Originally Posted by melbo
In scheduled tasks / database backup / edit, I see no option to not turn the forum off. How would I do this?
|
Open /includes/mysqlbackupconfig.php.
Find at lines 8-10:
Code:
// Forum Shutdown System
$backup['SHUTDOWN'] = 0;
$backup['MESSAGE'] = "The Forum is closed because a database backup is in progress.";
Make sure that $backup['SHUTDOWN'] = 0.