Re: [SM-USERS] sm 1.4.0 session_start() errors upon login

2003-06-29 Thread luna
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/glob

Re: [SM-USERS] sm 1.4.0 session_start() errors upon login

2003-06-28 Thread Jose
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 every

[SM-USERS] sm 1.4.0 session_start() errors upon login

2003-06-27 Thread luna
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 defi