/[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.5 by dpavlin, Tue Feb 12 15:23:15 2002 UTC revision 1.9 by dpavlin, Sat Jul 20 18:27:27 2002 UTC
# Line 34  This is frequently asked questions about Line 34  This is frequently asked questions about
34  6. I can't login back as same user after logout/relogin  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          it's a design decision to overcome some of problems with http
37          authorisation. You will have to login as DIFFERENT user to          authorization. You will have to login as DIFFERENT user to
38          continue working.          continue working.
39    
40  7. Upgrade to version 1.8 broke dates in changelog  7. Upgrade to version 1.8 broke dates in changelog
41    
42          that's known bug. Upgrade to latest (probably CVS) version.          that's known bug. Upgrade to latest (probably CVS) version.
43    
44    8. Upgrade to php 4.2.0 or higher broke my docman version 1.9 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 up until version 1.9 depended on
49            this. You could try to add following like in php.ini:
50            register_globals = On
51    
52    9. Can I move file in directory structure along with changelog?
53    
54            Yes, you can using rename. Just type complete relative (form
55            posititon in directory tree where is source file) destination
56            path before filename.
57    

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

  ViewVC Help
Powered by ViewVC 1.1.26