
Superluk - 2017-04-11 11:23:40
maybe you need to change line 1308 from this:
var _tmp = '<?php echo str_replace("\\\",\\",$FM->getPath());?>';
because of this errormessage:
[11-Apr-2017 13:01:40 Europe/Berlin] PHP Warning: str_replace() expects at least 3 parameters, 2 given in filemanager/filemanager.php on line 1308
to this:
var _tmp = '<?php echo str_replace("\\\\","\\",$FM->getPath());?>';