10-18-2011, 11:29 PM
(10-18-2011, 11:04 PM)simonbaev Wrote:(07-23-2011, 07:47 PM)steinm Wrote: I put a first version of 3.2.0 onto sourceforge. I has some edges and just little documentation but should work.
I tried to use JumpLoader but cannot follow the logic. I uploaded a single file (for testing) so the link to it appears below the window. When hover mouse pointer onto it the link appears to be pointing to un-existing path <IP:port>/uploaded/<numeric filename as it appears in staging subdir of data folder + "." + real filename>. And when I click the link I'm getting 404 error.
I believe I configured every parameter in conf/settings.xml but none contained "uploaded" path in my server. Am I missing something?
PS: In php.log I can observe the following entry, which I guess may clarify the issue:
Code:[18-Oct-2011 12:35:50] PHP Fatal error: Call to a member function getPath() on a non-object in /var/www/letoDMS-3.2.0/inc/inc.Utils.php on line 256
You need a directory (by default called 'staging') in your letodms data directory where the parts of an uploaded file are temporarily stored. Once the last part of a file is uploaded they are all put together and will be inserted as a new document.
Uwe