David A Smolin wrote: > So i've noticed I'm getting a lot or errors in my logs when i try to log on: > > [client 10.0.0.1] PHP Warning: Unknown(): > open(/tmp\\sess_75c337ce861f05d904a8e546b46f5d69, O_RDWR) failed: No such > file or directory (2) in Unknown on line 0, referer: > http://webmail.try-catch.net/src/login.php > [client 10.0.0.1] PHP Warning: session_write_close(): > open(/tmp\\sess_75c337ce861f05d904a8e546b46f5d69, O_RDWR) failed: No such > file or directory (2) in C:\\Apache2\\WWW\\webmail\\src\\redirect.php on > line 152, referer: http://webmail.try-catch.net/src/login.php > [client 10.0.0.1] PHP Warning: session_write_close(): Failed to write > session data (files). Please verify that the current setting of > session.save_path is correct (/tmp) in > C:\\Apache2\\WWW\\webmail\\src\\redirect.php on line 152, referer: > http://webmail.try-catch.net/src/login.php
Why, this log entry does tell you precisely what is wrong. You entered in your php.ini file a session.save_path value of "/tmp" even though you are running on Windows XP where this isn't a valid directory path. That results in a bad mix between Unix and Windows style paths. Try changing session.save_path to something like "C:\\Temp". (Whatever you specify should of course be a valid path to an existing directory writable by your web server.) >>>>>Hlmailserver >>>>>Php 4.3.5 >>>>>Apache 2.0.49 >>>>>Win xp pro ~~~~~~~~~~ >>>>>SM 1.5.0 and 1.4.3a -- Tilman Schmidt [EMAIL PROTECTED] Phoenix Software GmbH Tel. +49 228 97199 0 Adolf-Hombitzer-Str. 12 Fax +49 228 97199 99 53227 Bonn, Germany http://www.phoenixsoftware.de ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.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