> I am setting up a new sqmail interface on a FreeBSD server. IMAP seems to > be working because when I login with a valid user/pass I get sent on to > /src/redirect.php. I get the invalid user/pass screen when I use a fake > login. The problem is that I get PHP errors on the login screen and > welcome page the read like the following: > > Warning: session_start(): open(/tmp/sess_ca53b510beff04bfebc814453f947906, > O_RDWR) failed: No such file or directory (2) in > /htdocs/sq/functions/global.php on line 295
> I think this is not a complicated problem to correct, I just don't know > enough about SQmail to know where to look. Thanks in advance. It's not a squirrelmail issue directly, but a PHP issue. It seems to have issues opening a session file it thinks it just wrote. This could be caused by permissions, or other such issues. I know the PHP ports for FreeBSD start with EVERYTHING disabled, you then have to enable bits you need, sessions being one of them... So you might want to start with the /tmp directory, see if it exists, and your web server user has permissions to write there. Also make sure there is sufficient disk space to write files there too. -- Jonathan Angliss <[EMAIL PROTECTED]> ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users