![]() |
File does not exist... - Printable Version +- Community Support for OpenDocMan (Deprecated) (https://forum.opendocman.com) +-- Forum: OpenDocMan Community Discussion (https://forum.opendocman.com/forum-5.html) +--- Forum: OpenDocMan Support - Community Based (https://forum.opendocman.com/forum-6.html) +--- Thread: File does not exist... (/thread-193.html) |
File does not exist... - nlg79 - 03-12-2010 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 Re: File does not exist... - manni66 - 03-14-2010 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 Re: File does not exist... - nlg79 - 03-16-2010 Nice one, thanks mate, all works now ! Much appreciated |