Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
File upload in different folders
#1
Is it possible to upload a file in different folders with one upload or do I have to upload the file seperate in each folder?
Is there a option to upload serveral files at the same time?

thanks
Tom
Reply
#2
no, you can not upload one (same) file into few different folders.

the multi file upload option will be (hopefully) in the next release which will be very-very soon )))
Reply
#3
Thanks for your very fast answer!!!!

On every uploaded file I recieved a
Error getting Text: versioning_info (German)
message.

When I klick on this message then I get this Error:


Warning: fopen(/users/schule/www/download/1048576/41/) [function.fopen]: failed to open stream: Is a directory in /users/schule/www/1/inc/inc.Utils.php on line 108

Warning: Cannot modify header information - headers already sent by (output started at /users/schule/www/1/inc/inc.Utils.php:108) in /users/schule/www/1/op/op.Download.php on line 180

Warning: Cannot modify header information - headers already sent by (output started at /users/schule/www/1/inc/inc.Utils.php:108) in /users/schule/www/1/op/op.Download.php on line 181

Warning: Cannot modify header information - headers already sent by (output started at /users/schule/www/1/inc/inc.Utils.php:108) in /users/schule/www/1/op/op.Download.php on line 182

Warning: Cannot modify header information - headers already sent by (output started at /users/schule/www/1/inc/inc.Utils.php:108) in /users/schule/www/1/op/op.Download.php on line 183

Warning: Cannot modify header information - headers already sent by (output started at /users/schule/www/1/inc/inc.Utils.php:108) in /users/schule/www/1/op/op.Download.php on line 187

Any suggestions?
Reply
#4
(08-17-2010, 03:39 PM)spacecop Wrote: Thanks for your very fast answer!!!!

On every uploaded file I recieved a
Error getting Text: versioning_info (German)
message.

When I klick on this message then I get this Error:


Warning: fopen(/users/schule/www/download/1048576/41/) [function.fopen]: failed to open stream: Is a directory in /users/schule/www/1/inc/inc.Utils.php on line 108

Warning: Cannot modify header information - headers already sent by (output started at /users/schule/www/1/inc/inc.Utils.php:108) in /users/schule/www/1/op/op.Download.php on line 180

Warning: Cannot modify header information - headers already sent by (output started at /users/schule/www/1/inc/inc.Utils.php:108) in /users/schule/www/1/op/op.Download.php on line 181

Warning: Cannot modify header information - headers already sent by (output started at /users/schule/www/1/inc/inc.Utils.php:108) in /users/schule/www/1/op/op.Download.php on line 182

Warning: Cannot modify header information - headers already sent by (output started at /users/schule/www/1/inc/inc.Utils.php:108) in /users/schule/www/1/op/op.Download.php on line 183

Warning: Cannot modify header information - headers already sent by (output started at /users/schule/www/1/inc/inc.Utils.php:108) in /users/schule/www/1/op/op.Download.php on line 187

Any suggestions?

well.. your error is related to the fact that the German translation is not complete. I have added the missing variable to it. Please use attached to replace /letoDMS-1.9/languages/German

but please explain where you are clicking to get this error?
Reply
#5
(08-17-2010, 04:14 PM)alekseyn Wrote: well.. your error is related to the fact that the German translation is not complete. I have added the missing variable to it. Please use attached to replace /letoDMS-1.9/languages/German

but please explain where you are clicking to get this error?

In Document Information on right site there you can see "status" and right aside I have 4 links:
* Change Status
* Change Assignments
* Edit comment
* Versionig info
I click on "Versionig info" and then I recieve the error.

I attached your german lang.inc with a few translations at the end. Hopefully it will be helpful.
Reply
#6
this means that the versioning file does not get created.
if this is not too critical for your system then please wait for a little bit, the new version should have removed a lot of bugs and we can come back to our problem after the new version is released.
Reply
#7
no problem. I can wait.
Reply
#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


Forum Jump:


Users browsing this thread: