/[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.7 by dpavlin, Wed Jul 10 13:15:05 2002 UTC revision 1.10 by dpavlin, Tue Sep 10 09:34:35 2002 UTC
# Line 24  This is frequently asked questions about Line 24  This is frequently asked questions about
24          php has two limits on uploading files configured in php.ini          php has two limits on uploading files configured in php.ini
25          upload_max_filesize is set to 2Mb by default, you should          upload_max_filesize is set to 2Mb by default, you should
26          increase it. post_max_size is set to 8Mb by default and          increase it. post_max_size is set to 8Mb by default and
27          should be also increased for large files.          should be also increased for large files. memory_limit and
28            max_execution_time are set to reasonable numbers only if
29            you have fast connection and files smaller than 8 Mb.
30            Increase them!
31    
32  5. I'm having problems using docman with php-4.1.x  5. I'm having problems using docman with php-4.1.x
33    
# Line 41  This is frequently asked questions about Line 44  This is frequently asked questions about
44    
45          that's known bug. Upgrade to latest (probably CVS) version.          that's known bug. Upgrade to latest (probably CVS) version.
46    
47  8. Upgrade to php 4.2.0 or higher broke my docman version 1.8 or lower  8. Upgrade to php 4.2.0 or higher broke my docman version 1.9 or lower
48    
49          php 4.2.0 no longer register external variables (from the          php 4.2.0 no longer register external variables (from the
50          environment, the HTTP request, cookies or the web server)          environment, the HTTP request, cookies or the web server)
51          as global variables. docman until version 1.9 depended on          as global variables. docman up until version 1.9 depended on
52          this. You could try to add following like in php.ini:          this. You could try to add following like in php.ini:
53          register_globals = On          register_globals = On
54    
55  9. Can I move file in directory structure along with changelog?  9. Can I move file in directory structure along with changelog?
56    
57          Yes, you can using rename. Just type complete destination path          Yes, you can using rename. Just type complete relative (form
58          before filename.          posititon in directory tree where is source file) destination
59            path before filename.
60    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.26