If you are using Windows try C:\windows\temp as /tmp directory. Ed "Jough Jeaux" <[EMAIL PROTECTED]> schreef in bericht news:[EMAIL PROTECTED] > The very simple following script: > <? > session_start(); > ?> > > Produces an error that says it can't write the file > for the session. > > The permissions for /tmp are rwxrwxrwt > > Any ideas on how I can fix this? > > Thanks! > > These are the exact errors: > Warning: > open(/tmp/sess_54e80d88f91dae66fa58b1aa262a9417, > O_RDWR) failed: No such file or directory (2) in > /nex/htdocs/login/try.php on line 2 > > Warning: > open(/tmp/sess_54e80d88f91dae66fa58b1aa262a9417, > O_RDWR) failed: No such file or directory (2) in > Unknown on line 0 > > Warning: Failed to write session data (files). > Please verify that the current setting of > session.save_path is correct (/tmp) in Unknown on line > 0 > > > __________________________________ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search > http://shopping.yahoo.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php