Community Support for OpenDocMan (Deprecated)

Full Version: File does not exist...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

Uploaded 1.2.5.6 to my server, appears to running okay, apart from the fact when I go to view a file that I have uploaded it opens a page with an error, "file does not exist....". I can see the .dat files on the server in the /document_repository but won't publish them on request. I've also noted that in the file size info column in the uploaded file list, it always displays an X

Can anyone help please ??

Cheers

Nath
I had the same problem. You have to add a '/' to the end of dataDir in your config.php:

'dataDir' => '/usr/local/opendocman/data'

=>

'dataDir' => '/usr/local/opendocman/data/'


If there still is a message "file does not ..." try to reload the page pressing the shift button (clear the cache).

This worked for me.

Lars
Nice one, thanks mate, all works now ! Much appreciated