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

Annotation of /FAQ

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (hide annotations)
Mon Apr 29 10:15:19 2002 UTC (21 years, 11 months ago) by dpavlin
Branch: MAIN
Changes since 1.5: +7 -0 lines
issue with php 4.2.0 and docman 1.8 or lower

1 dpavlin 1.1 This is frequently asked questions about Document manager:
2    
3     1. How do I use secure server?
4    
5     It's not docman specific. You just have to install SSL support
6     for Apache (or your web server) and it will work (take a look
7     at http://www.modssl.org/ for more info about installing
8     Apache with SSL support)
9    
10     2. Images (icons) are not included in distribution
11    
12     DocMan uses standard Apache icons (which are under
13     /icons/ URL if you have Apache) or symbol font (available
14     only under windows I'm afraid).
15    
16 dpavlin 1.2 3. I'm having problems using docman with php3
17    
18     php3 isn't supported (intentionally). You should really upgrade
19     to php4. If you can't for some reason, contact me and I will
20     see if I can write work-around for php3.
21    
22 dpavlin 1.3 4. I'm having problems with files bigger than 2/8 Mb
23    
24     php has two limits on uploading files configured in php.ini
25     upload_max_filesize is set to 2Mb by default, you should
26     increase it. post_max_size is set to 8Mb by default and
27     should be also increased for large files.
28    
29 dpavlin 1.4 5. I'm having problems using docman with php-4.1.x
30    
31     version 1.8 is tested on php-4.1.0. But, since there where a lot
32     of changes in php-4.1.1, it might not work.
33    
34     6. I can't login back as same user after logout/relogin
35    
36     it's a design decision to overcome some of problems with http
37     authorisation. You will have to login as DIFFERENT user to
38     continue working.
39 dpavlin 1.5
40     7. Upgrade to version 1.8 broke dates in changelog
41    
42     that's known bug. Upgrade to latest (probably CVS) version.
43    
44 dpavlin 1.6 8. Upgrade to php 4.2.0 or higher broke my docman version 1.8 or lower
45    
46     php 4.2.0 no longer register external variables (from the
47     environment, the HTTP request, cookies or the web server)
48     as global variables. docman until version 1.9 depended on
49     this. You could try to add following like in php.ini:
50     register_globals = On

  ViewVC Help
Powered by ViewVC 1.1.26