|
From: Scott M. <smo...@no...> - 2002-05-09 14:52:56
|
Yes. I have just loaded it up on a similarly equipped machine and it is working fine. So I am going to do some digging on the original machine and see what I can do (perhaps rebuild the Apache binary with more options). Thanks, Scott Moseman > Is safe_mode off and register_globals on? > > - Jon > > On Thu, 2002-05-09 at 05:33, Scott Moseman wrote: >> >> Yeah, "session.use_cookies" is set to "On". >> I checked in the php.ini and with phpinfo(). >> >> Thanks, >> Scott Moseman >> >> >> ----- Original Message ----- >> From: "Dan Hardiker" <dha...@st...> >> To: <smo...@no...> >> Cc: <squ...@li...> >> Sent: Thursday, May 09, 2002 9:26 AM >> Subject: Re: [SM-USERS] Login Error with 1.2.6 >> >> >> > > I am using the UW-IMAP server successfully. >> > > When trying to login to SquirrelMail, I get >> > > this error message: >> > > >> > > You must be logged in to access this page. >> > > >> > > I tried "user" and "us...@do..." just to >> > > be sure I was not using the wrong login info. >> > >> > Do a phpinfo to check that session.use_cookies is set to ON. >> > Without it you will get that problem. >> > If you dont know how to do a phpinfo, just put the following >> > into a file called "phpinfo.php" and goto it into a web browser: >> > <?php phpinfo(); ?> >> > >> > If its set to off, try placing a .htaccess file in the same >> > directory and adding this line: >> > php_flag session.use_cookies On >> > >> > If that doesnt work - time to beg your host to modify his apache >> > configuration to allow you to over-ride php settings (or to switch >> > it on in the master file). >> > >> |