Hello Sean, On Thursday, January 23, 2003, Sean Kernohan wrote... > When I run Squirrelmail I get the PHP errors below. I'm guessing that > they're all related to the first one, but I don't know too much PHP. Why > is it telling me the file or directory doesn't exist? I've attempted to > create tmp directories but still get the same errors. I'm using PHP > 4.3.0 on Apache 1.3.27 (Win32)
> Thanks for any help... > *Warning*: session_register() [function.session-register > <http://www.php.net/function.session-register>]: > open(/tmp\sess_fbfa85495428b9371ee161f44ee2fd55, O_RDWR) failed: No such > file or directory (2) in *c:\program files\apache > group\apache\htdocs\mail\src\global.php* on line *99* Edit your php.ini file, and look for the session.save_path variable, and set it to something that really exists, such as c:\temp and then make sure c:\temp exists. Save the changes, restart apache, and try again. -- Jonathan Angliss ([EMAIL PROTECTED]) ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com -- 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
