Frequently Asked Questions about Document Manager

  1. How do I use secure server?

    It's not docman specific. You just have to install SSL support for Apache (or your web server) and it will work (take a look at http://www.modssl.org/ for more info about installing Apache with SSL support)

  2. Images (icons) are not included in distribution

    DocMan uses standard Apache icons (which are under /icons/ URL if you have Apache) or symbol font (available only under windows I'm afraid).

  3. I'm having problems using docman with php3

    php3 isn't supported (intentionally). You should really upgrade to php4. From version around 1.8 there are so many dependencies on php4 that you don't even want to try to port it back to php3.

  4. I'm having problems with files bigger than 2/8 Mb

    php has two limits on uploading files configured in php.ini upload_max_filesize is set to 2Mb by default, you should increase it. post_max_size is set to 8Mb by default and should be also increased for large files.

  5. I can't login back as same user after logout/relogin

    It's a design decision to overcome some of problems with http authorization. You will have to login as different user to continue working.

  6. docman won't work with php 4.2.0 or higher

    Version 2.0 of docman should work with php 4.2.0+ without registering of global variables (register_globals off option in php.ini).

See also: Installation instructions, Upgrade from v1.x, New Directory Layout and Administration manual