--- FAQ 2001/01/30 16:49:10 1.1 +++ FAQ 2001/03/21 21:44:14 1.3 @@ -13,3 +13,16 @@ /icons/ URL if you have Apache) or symbol font (available only under windows I'm afraid). +3. I'm having problems using docman with php3 + + php3 isn't supported (intentionally). You should really upgrade + to php4. If you can't for some reason, contact me and I will + see if I can write work-around for php3. + +4. I'm having problems with files bigger than 2/8 Mb + + php has two limits on uploading files configured in php.ini + upload_max_filesize is set to 2Mb by default, you should + increase it. post_max_size is set to 8Mb by default and + should be also increased for large files. +