Revision History not working - Printable Version +- Community Support for OpenDocMan (Deprecated) (https://forum.opendocman.com) +-- Forum: OpenDocMan Community Discussion (https://forum.opendocman.com/forum-5.html) +--- Forum: OpenDocMan Bug Reports (https://forum.opendocman.com/forum-8.html) +--- Thread: Revision History not working (/thread-920.html) |
Revision History not working - sdh0331 - 01-13-2016 I downloaded the latest zip file from the OpenDocMan website... (on or about ~1Jan16) I basically followed instructions I found here: http://www.techrepublic.com/blog/smb-technologist/manage-documents-for-free-with-opendocman/ I created a WAMP server & installed OpenDocMan "community" 1.3.4, database version 1.3.0 All is working except I'm when I'm attempting to retrieve prior versions. I have 3 versions of the same document, but can't check out prior versions. From "History", the URL is this: http://192.168.33.11/opendocman/history.php?id=1&state=3 When I click at "1", the URL is this: http://192.168.33.11/opendocman/details.php?id=1_0&state=2 When I click "view", the URL is this: http://192.168.33.11/opendocman/view_file.php?id=1_0&state=3 "To view your file in the new window Click Here", the copied link address is this: http://192.168.33.11/opendocman/view_file.php?submit=view&id=1&mimetype=application/vnd.openxmlformats-officedocument.presentationml.presentation That link seems to regularly provide me with the "latest version". The Download button provides the same latest version In my data folder: C:\Files\OpenDocManData\revisionDir\1 I can see there are 1_0.dat and 1_1.data files, which when renamed w/ a proper extension are the proper versions. Can you advise on where I'm going wrong? |