bigoxygen Posted November 15, 2011 Share Posted November 15, 2011 Hello... I am using a piece of open source software called Open Document Manager... I am having some trouble with the sessions in PHP. You can take a look at the app here: http://www.spiritofrecovery.ca/docman/ use any username or 'admin' and blank password I got this in my server logs: PHP Warning: Unknown: Failed to write session data (files). Pleas 20111114T104135: spiritofrecovery.ca/docman/index.php PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: open(/var/php_sessions/sess_4f32e42875aa29b13973bfcf008fa3b5, O_RDWR) failed: No such file or directory (2) in /hermes/bosweb/web243/b2439/nf.spiritofrecoveryca/public_html/docman/index.php on line 23 PHP Warning: Unknown: open(/var/php_sessions/sess_4f32e42875aa29b13973bfcf008fa3b5, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 PHP Warning: Unknown: Failed to write session data (files). Pleas 20111114T104135: spiritofrecovery.ca/docman/error.php Can you help me with this? Thanks Quote Link to comment Share on other sites More sharing options...
sunfighter Posted November 15, 2011 Share Posted November 15, 2011 Used admin and blank got this: There was an error logging you in. Please try again. Quote Link to comment Share on other sites More sharing options...
bigoxygen Posted November 15, 2011 Author Share Posted November 15, 2011 Hi Sunfighter That's the problem I'm trying to fix Used admin and blank got this: There was an error logging you in. Please try again. Quote Link to comment Share on other sites More sharing options...
PFMaBiSmAd Posted November 15, 2011 Share Posted November 15, 2011 Your session.save_path setting is not set to a valid folder. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.