/[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.4 - (show annotations)
Tue Sep 10 11:28:36 2002 UTC (21 years, 8 months ago) by dpavlin
Branch: MAIN
Changes since 1.3: +5 -2 lines
File MIME type: text/html
added hint by Alain Haegi

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 dependencies
22 on php4 that you don't even want to try to port it back to php3.
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 <tt>upload_max_filesize</tt> is set to 2Mb by default, you should
28 increase it. <tt>post_max_size</tt> is set to 8Mb by default and
29 should be also increased for large files.
30 <br><tt>memory_limit</tt> is 8Mb and you should increase that
31 one too, and <tt>max_execution_time</tt> is by default 30 seconds.
32 If your connection with docman site is slow, increase that also.
33 </p>
34 <li>I can't login back as same user after logout/relogin
35 <p>
36 It's a design decision to overcome some of problems with http
37 authorization. You will have to login as <b>different</b> user to
38 continue working.
39 </p>
40 <li>docman won't work with php 4.2.0 or higher
41 <p>
42 Version 2.0 of docman should work with php 4.2.0+ without
43 registering of global variables (<tt>register_globals off</tt>
44 option in php.ini).
45 </p>
46 </ol>
47
48 <p>See also:
49 <a href="install.html">Installation instructions</a>,
50 <a href="upgrade.html">Upgrade from v1.x</a>,
51 <a href="new_directory_layout.html">New Directory Layout</a> and
52 <a href="admin.html">Administration manual</a>
53 </p>

  ViewVC Help
Powered by ViewVC 1.1.26