--- FAQ 2001/01/30 16:49:10 1.1 +++ FAQ 2002/07/10 13:15:05 1.7 @@ -13,3 +13,44 @@ /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. + +5. I'm having problems using docman with php-4.1.x + + version 1.8 is tested on php-4.1.0. But, since there where a lot + of changes in php-4.1.1, it might not work. + +6. I can't login back as same user after logout/relogin + + it's a design decision to overcome some of problems with http + authorization. You will have to login as DIFFERENT user to + continue working. + +7. Upgrade to version 1.8 broke dates in changelog + + that's known bug. Upgrade to latest (probably CVS) version. + +8. Upgrade to php 4.2.0 or higher broke my docman version 1.8 or lower + + php 4.2.0 no longer register external variables (from the + environment, the HTTP request, cookies or the web server) + as global variables. docman until version 1.9 depended on + this. You could try to add following like in php.ini: + register_globals = On + +9. Can I move file in directory structure along with changelog? + + Yes, you can using rename. Just type complete destination path + before filename. +