/[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.1.1.1 by dpavlin, Sat Jul 20 12:53:45 2002 UTC revision 1.5 by dpavlin, Thu May 8 07:37:40 2003 UTC
# Line 18  Line 18 
18  <li>I'm having problems using docman with php3  <li>I'm having problems using docman with php3
19          <p>          <p>
20          php3 isn't supported (intentionally). You should really upgrade          php3 isn't supported (intentionally). You should really upgrade
21          to php4. From version around 1.8 there are so many dependencis          to php4. From version around 1.8 there are so many dependencies
22          on php4 that you don't even want to try to port it.          on php4 that you don't even want to try to port it back to php3.
23          </p>          </p>
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'm having problems with files bigger than 512 Kb with Apache 2.0
35            <p>
36            If previous answer didn't help and you have RedHat (and possibly
37            other distributions) changing <tt>LimitRequestBody</tt> in
38            <tt>/etc/httpd/conf.d/php.conf</tt> will help.
39            </p>
40    
41  <li>I can't login back as same user after logout/relogin  <li>I can't login back as same user after logout/relogin
42          <p>          <p>
43          It's a design decision to overcome some of problems with http          It's a design decision to overcome some of problems with http
44          authorisation. You will have to login as <b>different</b> user to          authorization. You will have to login as <b>different</b> user to
45          continue working.          continue working.
46          </p>          </p>
47  <li>docman won't work with php 4.2.0 or higher  <li>docman won't work with php 4.2.0 or higher
48          <p>          <p>
49          Version 2.0 of docman should work with php 4.2.0 without          Version 2.0 of docman should work with php 4.2.0+ without
50          registering of global veriables (<tt>register_globals</tt>          registering of global variables (<tt>register_globals off</tt>
51          option in php.ini).          option in php.ini).
         <br><i>Are you using development 2.0-pre version?</i>  
         Upgrade to latest stable version! <big>FIX</big>  
52          </p>          </p>
53  </ol>  </ol>
54    
55    <p>See also:
56    <a href="install.html">Installation instructions</a>,
57    <a href="upgrade.html">Upgrade from v1.x</a>,
58    <a href="new_directory_layout.html">New Directory Layout</a> and
59    <a href="admin.html">Administration manual</a>
60    </p>

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

  ViewVC Help
Powered by ViewVC 1.1.26