1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00

Mention a problem which seems to happen with some php

installations.

PR:		ports/40615
Submitted by:	maintainer
This commit is contained in:
Patrick Li 2002-07-16 04:18:05 +00:00
parent 9a4dd7412b
commit b9caf6addc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63061

View File

@ -9,6 +9,13 @@ following options are set in your php.ini file:
register_globals = On register_globals = On
file_uploads = 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 In order to do your administrative configuration you need to
cd %%PREFIX%%/squirrelmail && ./configure cd %%PREFIX%%/squirrelmail && ./configure
SquirrelMail will not work until this has been done. SquirrelMail will not work until this has been done.