/[docman2]/doc/faq.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /doc/faq.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Sat Jul 20 12:53:45 2002 UTC (21 years, 9 months ago) by dpavlin
Branch: MAIN
Branch point for: DbP
File MIME type: text/html
Initial revision

1 <h1>Frequently Asked Questions about Document Manager</h1>
2
3 <ol>
4 <li>How do I use secure server?
5 <p>
6 It's not docman specific. You just have to install SSL support
7 for Apache (or your web server) and it will work (take a look
8 at http://www.modssl.org/ for more info about installing
9 Apache with SSL support)
10 </p>
11 <li>Images (icons) are not included in distribution
12 <p>
13 DocMan uses standard Apache icons (which are under
14 /icons/ URL if you have Apache) or symbol font (available
15 only under windows I'm afraid).
16 </p>
17 <a name="php3">
18 <li>I'm having problems using docman with php3
19 <p>
20 php3 isn't supported (intentionally). You should really upgrade
21 to php4. From version around 1.8 there are so many dependencis
22 on php4 that you don't even want to try to port it.
23 </p>
24 <li>I'm having problems with files bigger than 2/8 Mb
25 <p>
26 php has two limits on uploading files configured in php.ini
27 upload_max_filesize is set to 2Mb by default, you should
28 increase it. post_max_size is set to 8Mb by default and
29 should be also increased for large files.
30 </p>
31 <li>I can't login back as same user after logout/relogin
32 <p>
33 It's a design decision to overcome some of problems with http
34 authorisation. You will have to login as <b>different</b> user to
35 continue working.
36 </p>
37 <li>docman won't work with php 4.2.0 or higher
38 <p>
39 Version 2.0 of docman should work with php 4.2.0 without
40 registering of global veriables (<tt>register_globals</tt>
41 option in php.ini).
42 <br><i>Are you using development 2.0-pre version?</i>
43 Upgrade to latest stable version! <big>FIX</big>
44 </p>
45 </ol>

  ViewVC Help
Powered by ViewVC 1.1.26