thanks jose-

i'm guessing you meant edit functions/global.php ?

i did this, with the following results:

those modifications cause the following errors on the login page:

Warning:  session_start(): read failed: Value too large for defined data
type (75) in /www/webmail.1safari.com/functions/global.php on line 18

 Warning:  session_start(): Cannot send session cookie - headers already
sent by (output started at
/www/webmail.1safari.com/functions/global.php:18) in
/www/webmail.1safari.com/functions/global.php on line 18

 Warning:  session_start(): Cannot send session cache limiter - headers
already sent (output started at
/www/webmail.1safari.com/functions/global.php:18) in
/www/webmail.1safari.com/functions/global.php on line 18

 Warning:  Cannot modify header information - headers already sent by
(output started at /www/webmail.1safari.com/functions/global.php:18) in
/www/webmail.1safari.com/functions/i18n.php on line 1164

 Warning:  Cannot modify header information - headers already sent by
(output started at /www/webmail.1safari.com/functions/global.php:18) in
/www/webmail.1safari.com/src/login.php on line 49

but still present the login page below the errors.

upon login, the following errors occur:

Warning:  session_start(): read failed: Value too large for defined data
type (75) in /www/webmail.1safari.com/functions/global.php on line 18

 Warning:  session_start(): Cannot send session cookie - headers already
sent by (output started at
/www/webmail.1safari.com/functions/global.php:18) in
/www/webmail.1safari.com/functions/global.php on line 18

Warning:  session_start(): Cannot send session cache limiter - headers
already sent (output started at
/www/webmail.1safari.com/functions/global.php:18) in
/www/webmail.1safari.com/functions/global.php on line 18

 Warning:  Cannot modify header information - headers already sent by
(output started at /www/webmail.1safari.com/functions/global.php:18) in
/www/webmail.1safari.com/src/redirect.php on line 46

 Warning:  Cannot modify header information - headers already sent by
(output started at /www/webmail.1safari.com/functions/global.php:18) in
/www/webmail.1safari.com/functions/i18n.php on line 1164

 Warning:  Cannot modify header information - headers already sent by
(output started at /www/webmail.1safari.com/functions/global.php:18) in
/www/webmail.1safari.com/src/redirect.php on line 68

 Warning:  Cannot modify header information - headers already sent by
(output started at /www/webmail.1safari.com/functions/global.php:18) in
/www/webmail.1safari.com/src/redirect.php on line 102

 Warning:  Cannot modify header information - headers already sent by
(output started at /www/webmail.1safari.com/functions/global.php:18) in
/www/webmail.1safari.com/src/redirect.php on line 163

if i don't inlclude the session_start() at the top of the file, and only
comment out those lines at the bottom, the login page doesn't produc any
errors, and the subsequent errors change to:

Warning:  session_register(): read failed: Value too large for defined
data type (75) in /www/webmail.1safari.com/functions/global.php on line
129

 Warning:  session_register(): Cannot send session cookie - headers
already sent by (output started at
/www/webmail.1safari.com/functions/global.php:129) in
/www/webmail.1safari.com/functions/global.php on line 129

 Warning:  session_register(): Cannot send session cache limiter - headers
already sent (output started at
/www/webmail.1safari.com/functions/global.php:129) in
/www/webmail.1safari.com/functions/global.php on line 129

 Warning:  Cannot modify header information - headers already sent by
(output started at /www/webmail.1safari.com/functions/global.php:129) in
/www/webmail.1safari.com/functions/i18n.php on line 1164

 Warning:  Cannot modify header information - headers already sent by
(output started at /www/webmail.1safari.com/functions/global.php:129) in
/www/webmail.1safari.com/src/redirect.php on line 68

 Warning:  Cannot modify header information - headers already sent by
(output started at /www/webmail.1safari.com/functions/global.php:129) in
/www/webmail.1safari.com/src/redirect.php on line 102

 Warning:  Cannot modify header information - headers already sent by
(output started at /www/webmail.1safari.com/functions/global.php:129) in
/www/webmail.1safari.com/src/redirect.php on line 163

thanks again
-ben

On Sat, 28 Jun 2003, Jose wrote:

> 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
>


-------------------------------------------------------
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