![]() |
File upload in different folders - Printable Version +- LetoDMS Community Forum (https://community.letodms.com) +-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4) +--- Forum: Technical Support (https://community.letodms.com/forumdisplay.php?fid=10) +--- Thread: File upload in different folders (/showthread.php?tid=143) |
File upload in different folders - spacecop - 08-17-2010 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 RE: File upload in different folders - alekseyn - 08-17-2010 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 ))) RE: File upload in different folders - spacecop - 08-17-2010 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? RE: File upload in different folders - alekseyn - 08-17-2010 (08-17-2010, 03:39 PM)spacecop Wrote: Thanks for your very fast answer!!!! 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? RE: File upload in different folders - spacecop - 08-17-2010 (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 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. RE: File upload in different folders - alekseyn - 08-17-2010 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. RE: File upload in different folders - spacecop - 08-17-2010 no problem. I can wait. RE: File upload in different folders - spacecop - 08-17-2010 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 If this is disabled I recieve the error. Correct is PHP Code: // the name of the versioning info file created by the backup tool Then I can download a file called "versioning_info.txt" which contents the data according to the file. |