Since so far no one has replied, you might as well try something what
sorted random logouts in our systems.

On src/global.php
 - add session_start(); just after the require_once(SM_PATH .
'config/config.php');

 - at the end of that file, inside the function sqsession_is_active()
comment out everything but the line $sessid = session_id(); even though
this last bit might not be at all necessary.

Let me know if this sorts out anything.

   Jose


> hi folks-
>
> i've been attempting to solve a login problem for a few days, and am
running out of ideas.
>
> /src/login.php loads fine, but upon entering a user/pass, i get a page
full of errors, rather than an inbox.
>
> here are the errors:
>
> Warning:  session_start(): read failed: Value too large for defined data
type (75) in /www/mail.1safari.com/webmail/functions/global.php on line
285
>
>  Warning:  session_start(): Cannot send session cookie - headers already
> sent by (output started at
> /www/mail.1safari.com/webmail/functions/global.php:285) in
> /www/mail.1safari.com/webmail/functions/global.php on line 285
>
>  Warning:  session_start(): Cannot send session cache limiter - headers
> already sent (output started at
> /www/mail.1safari.com/webmail/functions/global.php:285) in
> /www/mail.1safari.com/webmail/functions/global.php on line 285
>
>  Warning:  Cannot modify header information - headers already sent by
> (output started at
/www/mail.1safari.com/webmail/functions/global.php:285)
> in /www/mail.1safari.com/webmail/functions/i18n.php on line 1164
>
>  Warning:  Cannot modify header information - headers already sent by
> (output started at
/www/mail.1safari.com/webmail/functions/global.php:285)
> in /www/mail.1safari.com/webmail/src/redirect.php on line 68
>
> if i deliberately enter an incorrect password, i get the same page, but
with a SM error (bad login) tacked onto the bottom of the error output,
so
> i think the authentication side of things (or at least a portion) is
working.
>
> this is all taking place on a redhat 6.2 machine w/ apache 1.3.27 and
php
> 4.3.2.  a php info page is available at http://mail.1safari.com/php/test
(if that is worth anything)
>
> the limited info i've been able to find seems to indicate that placement
of the session_start() function could impact things, but beyond that, my
knowledge is lacking.
>
> thanks in advance!
> -ben
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 --
> squirrelmail-users mailing list
> List Address: [EMAIL PROTECTED]
> List Archives:
http://sourceforge.net/mailarchive/forum.php?forum_id=2995
> List Info:
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
>





-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to