|
From: Jon T. <jo...@tg...> - 2002-05-09 14:49:02
|
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). > > > > > > _______________________________________________________________ > > Have big pipes? SourceForge.net is looking for download mirrors. We supply > the hardware. You get the recognition. Email Us: ban...@so... > -- > squirrelmail-users mailing list > List Address: squ...@li... > List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users > http://squirrelmail.org/cvs |