diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-07-16 04:18:05 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-07-16 04:18:05 +0000 |
commit | b9caf6addcee18fd3222db97d5420975c8fd40b9 (patch) | |
tree | f4f574c6b826b86f9f8d1e68336dbcc31c757db8 /mail/squirrelmail | |
parent | Add USE_GNOMENG (diff) |
Mention a problem which seems to happen with some php
installations.
PR: ports/40615
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=63061
Diffstat (limited to 'mail/squirrelmail')
-rw-r--r-- | mail/squirrelmail/pkg-message | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/squirrelmail/pkg-message b/mail/squirrelmail/pkg-message index 4f9cd51e2464..1cebcba92de2 100644 --- a/mail/squirrelmail/pkg-message +++ b/mail/squirrelmail/pkg-message @@ -9,6 +9,13 @@ following options are set in your php.ini file: register_globals = On file_uploads = On +If you have problems logging in, please try setting the following +php.ini option: + +If you have problems with SquirrelMail saying "you must login" after +you just have, the following php.ini option may help: +session.auto_start = 1 + In order to do your administrative configuration you need to cd %%PREFIX%%/squirrelmail && ./configure SquirrelMail will not work until this has been done. |