raul Posted December 8, 2003 Share Posted December 8, 2003 I have following error on MS2.2: Warning: write failed: No space left on device (28) 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 Line 0? the /tmp directory is chmoded 777 (now) , I didn't need it before. Still it doesn't work. Anybody has the idea what could have gone wrong? Kind regards, Raul Link to comment Share on other sites More sharing options...
OceanRanch Posted December 8, 2003 Share Posted December 8, 2003 Contact your ISP, the /tmp directory has run out of space. Someone or something has filled the /tmp directory. You also could assign the sessions directory to a directory within your domain (i.e. /home/yourname/sessions/tmp) and make it 777 as well to avoid using /tmp. Or, set sessions to be stored in MySql. Set it in admin and configure.php (i think). HTH Link to comment Share on other sites More sharing options...
raul Posted December 8, 2003 Author Share Posted December 8, 2003 Contact your ISP, the /tmp directory has run out of space. Someone or something has filled the /tmp directory. You also could assign the sessions directory to a directory within your domain (i.e. /home/yourname/sessions/tmp) and make it 777 as well to avoid using /tmp. Or, set sessions to be stored in MySql. Set it in admin and configure.php (i think). HTH I will contact them as soon as possible. I set sessions to mysql but I think the problem is with the database itself. Thank you kindly for your help. Kind regards, Raul Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.