Quote:
Originally Posted by zetetic
I upgraded to PHP 5.2.5 yesterday, and the forum didn't re-open after the backup last night. Any idea why that might happen?
|
Same here. My host installed php 5.2.4.
The common denominator must be php v5.
I disabled the mod.
Quote:
Originally Posted by djbaxter
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.
|
What does this do?
Disables the shut function but still does the backup?