ok. I solved the problem.
I had disabled in settings.inc the parameter
I had disabled in settings.inc the parameter
PHP Code:
<?php
// the name of the versioning info file created by the backup tool
// var $_versioningFileName = "versioning_info.txt";
If this is disabled I recieve the error.
Correct is
PHP Code:
<?php
// the name of the versioning info file created by the backup tool
var $_versioningFileName = "versioning_info.txt";

