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

Diff of /doc/faq.html

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

revision 1.3 by dpavlin, Mon Jul 29 09:36:23 2002 UTC revision 1.4 by dpavlin, Tue Sep 10 11:28:36 2002 UTC
# Line 24  Line 24 
24  <li>I'm having problems with files bigger than 2/8 Mb  <li>I'm having problems with files bigger than 2/8 Mb
25          <p>          <p>
26          php has two limits on uploading files configured in php.ini          php has two limits on uploading files configured in php.ini
27          upload_max_filesize is set to 2Mb by default, you should          <tt>upload_max_filesize</tt> is set to 2Mb by default, you should
28          increase it. post_max_size is set to 8Mb by default and          increase it. <tt>post_max_size</tt> is set to 8Mb by default and
29          should be also increased for large files.          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>          </p>
34  <li>I can't login back as same user after logout/relogin  <li>I can't login back as same user after logout/relogin
35          <p>          <p>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.26