Menu

#76 Restoring a backup does not work because of faulty regex

all
open
nobody
1
2019-10-10
2019-10-10
No

Restoring a backup does not work, because the regular expression (regex) in config-backup-managebackups.php is not correct. It should be delimited using '/'.

On line 93:

$rollBackQuery = preg_split("\n\n\n", $fileRollback);

should be

$rollBackQuery = preg_split("/\n\n\n/", $fileRollback);

Discussion

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB