I was trying WebDAV with DocMgr without success. I found the solution to be:
Change in include/legacyxml.inc.php line 80:
$str = file_get_contents("config/customperm.xml");
to
$str = file_get_contents("$xmlFile");
Alroger