On 4 May 2002 at 18:22, Alex Francis wrote:
> Warning: open(/tmp\sess_51d4849918d3ffe4d2cc70013d678f6b, O_RDWR)
> failed: No such file or directory (2)

Does the directory it's trying to write to exist? Seeing as you've posted this 
question, I'll 
assume that you don't understand the error message. Out of curiosity, which bit of "No 
such 
file or directory are you having trouble with?

Sarcasm aside, it's trying to create a file named 
/tmp\sess_51d4849918d3ffe4d2cc70013d678f6b in the root of the current drive (usually 
C). 
In other words, does the directory c:\tmp exist? I would bet the farm that it doesn't.

The solution? Either create the directory or change the session.save_path entry in 
your 
php.ini.

-- 
Stuart

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to