/[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

Diff of /FAQ

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by dpavlin, Sun Mar 11 15:28:55 2001 UTC revision 1.5 by dpavlin, Tue Feb 12 15:23:15 2002 UTC
# Line 19  This is frequently asked questions about Line 19  This is frequently asked questions about
19          to php4. If you can't for some reason, contact me and I will          to php4. If you can't for some reason, contact me and I will
20          see if I can write work-around for php3.          see if I can write work-around for php3.
21    
22    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    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    
40    7. Upgrade to version 1.8 broke dates in changelog
41    
42            that's known bug. Upgrade to latest (probably CVS) version.
43    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.26