Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
File upload in different folders
#8
ok. I solved the problem.

I had disabled in settings.inc the parameter

PHP Code:
// 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:
// the name of the versioning info file created by the backup tool
var $_versioningFileName "versioning_info.txt"

Then I can download a file called "versioning_info.txt" which contents the data according to the file.
Reply


Messages In This Thread
File upload in different folders - by spacecop - 08-17-2010, 02:57 PM

Forum Jump:


Users browsing this thread: